fix: comment out .fileTree styles across multiple CSS files to streamline layout and prevent conflicts

This commit is contained in:
Zack Spear
2025-04-03 14:43:48 -07:00
parent c2738a1786
commit 9289df5e68
11 changed files with 29 additions and 55 deletions
@@ -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;
}
} */