From b96401e29c9c15a4d11c92de47e03194eb2cbddf Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 16 Jun 2020 17:26:53 -0400 Subject: [PATCH] Disable all touch actions in the map (re: #7708) --- css/80_app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 7dc4c5e42..29afcaeca 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -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 {