mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 18:24:09 +03:00
Only show scrolls when needed in tree view
This commit is contained in:
parent
78d8485243
commit
932d552ae7
@ -24,7 +24,7 @@
|
||||
.tree-view-scroller {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.tree-view {
|
||||
|
Loading…
Reference in New Issue
Block a user