Skip to content

Commit

Permalink
Enable auto_scroll on TerminalBox column
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Jan 19, 2023
1 parent 474ed4b commit 8e738b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openandroidinstaller/views/step_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def __init__(self, expand: bool = True):

def build(self):
self._box = Container(
content=Column(scroll="auto", expand=True),
content=Column(scroll="auto", expand=True, auto_scroll=True),
margin=10,
padding=10,
alignment=alignment.top_left,
Expand Down

0 comments on commit 8e738b5

Please sign in to comment.