Skip to content

Commit

Permalink
ui: set scrollbar-size to 0 for typing content
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Dec 18, 2023
1 parent 498e655 commit b7cc6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion termtyper/ui/screens/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TypingSpace(Widget):
}
VerticalScroll {
scrollbar-size: 0 1;
scrollbar-size: 0 0;
}
"""
Expand Down

0 comments on commit b7cc6ff

Please sign in to comment.