Merge pull request #2275 from unraid/feat/legacy-content-non-responsive-allow-horizontal-overflow-scroll

style: enable horizontal scrolling for legacy content
This commit is contained in:
tom mortensen
2025-06-28 10:43:00 -07:00
committed by GitHub

View File

@@ -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.