Skip to content

Commit f12e273

Browse files
committed
Revert css control style removal
1 parent db13a21 commit f12e273

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/mapml.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,12 @@
278278
/*
279279
* User interaction.
280280
*/
281+
282+
/* Disable dragging of controls. */
283+
.leaflet-control :not([draggable="true"]),
284+
.mapml-contextmenu :not([draggable="true"]) {
285+
-webkit-user-drag: none;
286+
}
281287

282288
/* Disable text selection in controls. */
283289
.leaflet-control,

0 commit comments

Comments
 (0)