Fix pointer events issue with info panels

This commit is contained in:
Quincy Morgan
2019-04-18 14:19:38 -07:00
parent 2f695a9747
commit 542c55f5d2
+2
View File
@@ -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 {