From 3e45a416175f38a221a1ca43408ac7db56ae1f45 Mon Sep 17 00:00:00 2001 From: pablodanswer Date: Sun, 30 Jun 2024 12:58:57 -0700 Subject: [PATCH] Bugfix/scroll (#1748) --- web/src/app/chat/ChatPage.tsx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/web/src/app/chat/ChatPage.tsx b/web/src/app/chat/ChatPage.tsx index 765f7e26a..54def1e88 100644 --- a/web/src/app/chat/ChatPage.tsx +++ b/web/src/app/chat/ChatPage.tsx @@ -1508,8 +1508,22 @@ export function ChatPage({ -
-
+
+
+ {aboveHorizon && ( +
+ +
+ )} +