fix box-zoom regression, close #3633
This commit is contained in:
parent
dde5862581
commit
ab1995e1ce
2
dist/leaflet.css
vendored
2
dist/leaflet.css
vendored
@ -63,7 +63,7 @@
|
|||||||
height: 0;
|
height: 0;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
z-index: 8;
|
z-index: 800;
|
||||||
}
|
}
|
||||||
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
|
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
|
||||||
.leaflet-overlay-pane svg {
|
.leaflet-overlay-pane svg {
|
||||||
|
Loading…
Reference in New Issue
Block a user