From e3f8464ccd3ac34ed6629b03f60509ac3a2fedf8 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 17 Jun 2016 15:46:33 +0100 Subject: [PATCH 1/1] imagery: add scroll to layers --- cookbooks/imagery/files/default/imagery.css | 5 +++++ 1 file changed, 5 insertions(+) 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; +} -- 2.43.2