Improve handling of panels at small screen sizes

This commit is contained in:
Quincy Morgan
2020-06-24 14:20:10 -04:00
parent 9041ce3d9b
commit 17bf1b51e1

View File

@@ -4233,6 +4233,7 @@ img.tile-debug {
z-index: 1;
-ms-user-select: element;
pointer-events: none;
overflow: hidden;
}
.panel-container h1,
@@ -4257,6 +4258,7 @@ img.tile-debug {
border: 1px solid rgba(0, 0, 0, 0.75);
padding-bottom: 10px;
width: 250px;
max-width: 100%;
pointer-events: auto;
}