From ae5bab86f10263103a3496f396d81d98abc64d82 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 25 Jun 2020 11:50:54 -0400 Subject: [PATCH] Ensure the entire stack of divs containing the map has `touch-action:none` (re: #7708) --- css/80_app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 27b82415c..3295fca27 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -22,6 +22,7 @@ sans-serif; color: #333; + touch-action: none; -ms-user-select: none; -ms-content-zooming: none; } @@ -34,6 +35,7 @@ position: relative; overflow: hidden; height: 100%; + touch-action: none; } .main-content.active {