Workaround for FF user-select bug (fixes #1807)

This commit is contained in:
John Firebaugh 2013-06-28 12:21:52 -04:00
parent 4bb9b38423
commit 2b6dbacf53

4
dist/leaflet.css vendored
View File

@ -53,6 +53,10 @@
width: 0;
height: 0;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-tile-pane { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }