Preferences: Don't show horizontal scrollbar
This commit is contained in:
parent
e1f026b037
commit
ac2a4d0ee3
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: scroll;
|
||||
overflow: auto scroll;
|
||||
padding-bottom: 10px;
|
||||
|
||||
& > * {
|
||||
|
|
Loading…
Reference in a new issue