Skip to content

Commit 4c420e0

Browse files
committed
Fix link preview flicker
1 parent 3b5eacd commit 4c420e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mapml.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,8 @@
440440
.leaflet-tooltip,
441441
.leaflet-crosshair *,
442442
.mapml-layer-item-settings .mapml-control-layers summary label,
443-
.mapml-contextmenu-item > * {
443+
.mapml-contextmenu-item > *,
444+
.mapml-link-preview {
444445
pointer-events: none!important;
445446
}
446447

0 commit comments

Comments
 (0)