]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: add scroll to layers
authorGrant Slater <git@firefishy.com>
Fri, 17 Jun 2016 14:46:33 +0000 (15:46 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 17 Jun 2016 14:46:33 +0000 (15:46 +0100)
cookbooks/imagery/files/default/imagery.css

index 0a22de63654b403c3606242306d65f68f0dc4f5a..59fd9bb6635f731a210bca7e8cce77faa8d1f845 100644 (file)
@@ -5,3 +5,8 @@
   left: 0px;
   right: 0px;
 }
+
+.leaflet-control-layers-expanded {
+  max-height: 700px;/*less than map height! */
+  overflow: auto;
+}