]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/files/default/imagery.css
imagery: add scroll to layers
[chef.git] / 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;
+}