Skip to content

Commit 8e738b5

Browse files
committed
Enable auto_scroll on TerminalBox column
1 parent 474ed4b commit 8e738b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openandroidinstaller/views/step_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def __init__(self, expand: bool = True):
274274

275275
def build(self):
276276
self._box = Container(
277-
content=Column(scroll="auto", expand=True),
277+
content=Column(scroll="auto", expand=True, auto_scroll=True),
278278
margin=10,
279279
padding=10,
280280
alignment=alignment.top_left,

0 commit comments

Comments
 (0)