]> git.openstreetmap.org Git - chef.git/blob - cookbooks/imagery/files/default/imagery.css
imagery: add scroll to layers
[chef.git] / cookbooks / imagery / files / default / imagery.css
1 #map {
2   position: absolute;
3   top: 0px;
4   bottom: 0px;
5   left: 0px;
6   right: 0px;
7 }
8
9 .leaflet-control-layers-expanded {
10   max-height: 700px;/*less than map height! */
11   overflow: auto;
12 }