fix stable scrollbars

This commit is contained in:
Will McGugan
2022-11-19 17:21:23 +00:00
parent e2f6e2f82d
commit 811dcd8eaf
10 changed files with 137 additions and 76 deletions

View File

@@ -3,22 +3,21 @@ Screen {
}
#tree-view {
display: none;
display: none;
scrollbar-gutter: stable;
width: auto;
overflow: auto;
overflow-y: scroll;
width: auto;
height: 100%;
dock: left;
}
CodeBrowser.-show-tree #tree-view {
display: block;
dock: left;
height: 100%;
display: block;
max-width: 50%;
background: #151C25;
}
DirectoryTree {
padding-right: 1;
}
#code-view {
overflow: auto scroll;