Skip to content

Commit

Permalink
Fix default CSS for 'VerticalScroll'.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigogiraoserrao committed Mar 9, 2023
1 parent 639d8f0 commit 38c7cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class VerticalScroll(Widget):

DEFAULT_CSS = """
VerticalScroll {
height: 1fr;
width: 1fr;
layout: vertical;
overflow-y: auto;
}
Expand Down

0 comments on commit 38c7cc1

Please sign in to comment.