mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Only show scrolls when needed in tree view
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
.tree-view-scroller {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.tree-view {
|
||||
|
||||
Reference in New Issue
Block a user