From 5f13be88dc31a8f1ab13d0a23506f98eeb42e5c4 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 26 May 2020 14:41:44 -0400 Subject: [PATCH] Disable pointer events on map background img tiles --- css/80_app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 61b5505a4..1ed9363ab 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -3996,6 +3996,8 @@ img.tile { -ms-user-select: none; user-select: none; + pointer-events: none; + -webkit-user-drag: none; opacity: 0;