mirror of
https://github.com/unraid/webgui.git
synced 2026-04-30 23:09:42 -05:00
fix: comment out .fileTree styles across multiple CSS files to streamline layout and prevent conflicts
This commit is contained in:
@@ -57,13 +57,7 @@ body {
|
||||
font-family: clear-sans;
|
||||
}
|
||||
|
||||
.fileTree {
|
||||
background: var(--vm-machines-file-tree-background);
|
||||
/* .fileTree {
|
||||
width: 300px;
|
||||
max-height: 150px;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
display: none;
|
||||
}
|
||||
} */
|
||||
|
||||
Reference in New Issue
Block a user