mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix stable scrollbars
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user