By default hide the horizontal scrollbar on VerticalScroll

In connection with #2361.
This commit is contained in:
Dave Pearson
2023-04-24 11:09:52 +01:00
parent d06a4e579d
commit a91b2c6b35

View File

@@ -77,6 +77,7 @@ class VerticalScroll(ScrollableContainer, can_focus=True):
VerticalScroll {
width: 1fr;
layout: vertical;
overflow-x: hidden;
overflow-y: auto;
}
"""