fix box-zoom regression, close #3633

This commit is contained in:
Vladimir Agafonkin 2015-07-16 16:47:54 +03:00
parent dde5862581
commit ab1995e1ce

2
dist/leaflet.css vendored
View File

@ -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 {