From 6157ecad242e1e2079c0bb7b076b4448ea07f1b5 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Wed, 25 Jun 2025 13:33:11 -0700 Subject: [PATCH] style: enable horizontal scrolling for legacy content - Added `overflow-x: auto;` to allow unresponsive set width legacy content to scroll horizontally as needed in default-base.css. --- emhttp/plugins/dynamix/styles/default-base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/emhttp/plugins/dynamix/styles/default-base.css b/emhttp/plugins/dynamix/styles/default-base.css index 700f3635d..da5bb0963 100644 --- a/emhttp/plugins/dynamix/styles/default-base.css +++ b/emhttp/plugins/dynamix/styles/default-base.css @@ -1294,6 +1294,7 @@ a.list { position: relative; width: 100%; box-sizing: border-box; + overflow-x: auto; /* Allows unresponsive set width legacy content to scroll horizontally as needed. */ /** * Force remove any small empty space elements.