From 17bf1b51e13dca57cad1375d077da17c7994d4e9 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 24 Jun 2020 14:20:10 -0400 Subject: [PATCH] Improve handling of panels at small screen sizes --- css/80_app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 0ec11f9fe..36096d2e2 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -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; }