mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 09:10:07 -06:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user