justify-between for chat

This commit is contained in:
2025-07-21 20:27:08 +03:00
parent 111a286a6d
commit e5a76e20b9
+1 -1
View File
@@ -225,7 +225,7 @@ async def page(room_uid: str):
else:
messages_card.style("min-height: 39vh;")
with messages_card:
with messages_card.classes("justify-between"):
messages_scroll_position = {"_": 0}
def on_messages_scroll(e):