Workaround for FF user-select bug (fixes #1807)
This commit is contained in:
parent
4bb9b38423
commit
2b6dbacf53
4
dist/leaflet.css
vendored
4
dist/leaflet.css
vendored
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user