Skip to content

Commit

Permalink
By default hide the vertical scrollbar on HorizontalScroll
Browse files Browse the repository at this point in the history
In connection with Textualize#2361.
  • Loading branch information
davep committed Apr 24, 2023
1 parent 38e6369 commit d06a4e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/textual/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class HorizontalScroll(ScrollableContainer, can_focus=True):
HorizontalScroll {
height: 1fr;
layout: horizontal;
overflow-y: hidden;
overflow-x: auto;
}
"""
Expand Down

0 comments on commit d06a4e5

Please sign in to comment.