Skip to content

Commit 5d82bb2

Browse files
committed
Take advantage of Textualize/rich#3637
1 parent 5fff5d6 commit 5d82bb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chatlas/_display.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def __init__(self, echo_options: "EchoOptions"):
4646
self.content: str = ""
4747
self.live = Live(
4848
auto_refresh=False,
49+
vertical_overflow="crop_above",
4950
console=Console(
5051
**echo_options["rich_console"],
5152
),

0 commit comments

Comments
 (0)