Disable all touch actions in the map (re: #7708)

This commit is contained in:
Quincy Morgan
2020-06-16 17:26:53 -04:00
parent bea1fdc692
commit b96401e29c

View File

@@ -4060,6 +4060,10 @@ img.tile-debug {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: none;
}
.main-map * {
touch-action: none;
}
.supersurface {