vendor/assets/stylesheets/leaflet.css.erb in leaflet-rails-0.6.1 vs vendor/assets/stylesheets/leaflet.css.erb in leaflet-rails-0.6.2
- old
+ new
@@ -51,9 +51,13 @@
}
.leaflet-zoom-box {
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; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane { z-index: 5; }