add 'overflow-x: hidden' to .leaflet-control-layers-scrollbar (#5691)

This commit is contained in:
Javier Jimenez Shaw 2017-08-06 14:06:21 +02:00 committed by Per Liedman
parent 567f13a1a8
commit 3803b090d4

1
dist/leaflet.css vendored
View File

@ -366,6 +366,7 @@
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {