browser blog post

This commit is contained in:
Paul Gauthier 2024-05-02 10:39:33 -07:00
parent 707fb80d87
commit 7c2e9a394c
4 changed files with 23 additions and 1 deletions

View file

@ -295,7 +295,7 @@ class GUI:
# stuff a bunch of vertical whitespace at the top
# to get all the chat text to the bottom
self.messages.container(height=300, border=False)
# self.messages.container(height=300, border=False)
with self.messages:
for msg in self.state.messages: