fix box-zoom not displaying

This commit is contained in:
Vladimir Agafonkin 2014-01-14 01:35:34 +02:00
parent 22226c20c2
commit 09ad7e8c4f

1
dist/leaflet.css vendored
View File

@ -50,6 +50,7 @@
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 8;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {