From: Grant Slater Date: Fri, 17 Jun 2016 14:46:33 +0000 (+0100) Subject: imagery: add scroll to layers X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e3f8464ccd3ac34ed6629b03f60509ac3a2fedf8 imagery: add scroll to layers --- diff --git a/cookbooks/imagery/files/default/imagery.css b/cookbooks/imagery/files/default/imagery.css index 0a22de636..59fd9bb66 100644 --- a/cookbooks/imagery/files/default/imagery.css +++ b/cookbooks/imagery/files/default/imagery.css @@ -5,3 +5,8 @@ left: 0px; right: 0px; } + +.leaflet-control-layers-expanded { + max-height: 700px;/*less than map height! */ + overflow: auto; +}