commit 95d2a4e85a474bd87058e31907e85f42c74ff36c
parent e8d651ca4854ceef73561d76308f1990f17ac09e
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Wed, 30 Nov 2016 11:17:56 +0300
[layers adaptive size] avoid control grow in chrome
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/lib/leaflet.control.layers.adaptive-height/style.css b/src/lib/leaflet.control.layers.adaptive-height/style.css
@@ -1,4 +1,7 @@
.leaflet-control-layers-list {
overflow-y: auto;
+ overflow-y: overlay;
overflow-x: hidden;
+ padding-right: 18px;
}
+