From d1ca801d0326ae450887f59160ae660b91fed294 Mon Sep 17 00:00:00 2001 From: Artem VV Date: Thu, 25 May 2023 01:44:51 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B4=D0=B8=D0=B0=D0=BB=D0=BE=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ChatView.astro | 4 ++++ 1 file changed, 4 insertions(+) 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; + }