From 542c55f5d2fdb42be5963ede439269ef03e72e3c Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 18 Apr 2019 14:19:38 -0700 Subject: [PATCH] Fix pointer events issue with info panels --- css/80_app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 51d92c704..741ae8d51 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -3963,6 +3963,7 @@ img.tile-debug { width: 100%; z-index: 1; -ms-user-select: element; + pointer-events: none; } .panel-container h1, @@ -3987,6 +3988,7 @@ img.tile-debug { border: 1px solid rgba(0, 0, 0, 0.75); padding-bottom: 10px; width: 250px; + pointer-events: auto; } .panel-container .panel-title {