Skip to content

Commit 3803b09

Browse files
jjimenezshawperliedman
authored andcommitted
add 'overflow-x: hidden' to .leaflet-control-layers-scrollbar (Leaflet#5691)
1 parent 567f13a commit 3803b09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/leaflet.css

+1
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@
366366
}
367367
.leaflet-control-layers-scrollbar {
368368
overflow-y: scroll;
369+
overflow-x: hidden;
369370
padding-right: 5px;
370371
}
371372
.leaflet-control-layers-selector {

0 commit comments

Comments
 (0)