Preferences: Don't show horizontal scrollbar

This commit is contained in:
Abe Jellinek 2024-01-16 11:27:17 -05:00 committed by Dan Stillman
parent e1f026b037
commit ac2a4d0ee3

View file

@ -56,7 +56,7 @@
flex: 1;
display: flex;
flex-direction: column;
overflow: scroll;
overflow: auto scroll;
padding-bottom: 10px;
& > * {