diff --git a/src/components/ChatView.astro b/src/components/ChatView.astro index 6aee17d..8567be4 100644 --- a/src/components/ChatView.astro +++ b/src/components/ChatView.astro @@ -284,6 +284,10 @@ const userIsCreator = await isUserChatCreator(user.id, chat.chat.id); overflow: hidden; overflow-y: scroll; } + + [aria-hidden=true] { + display: none; + }