From b3996b32214c39ae701c1e32dfbf8c108a0c76f5 Mon Sep 17 00:00:00 2001 From: rmmedia <125268006+rmmedia-pl@users.noreply.github.com> Date: Sun, 21 Apr 2024 03:39:24 +0200 Subject: [PATCH] Fix problem with scroll inside chat window (#3578) --- web/app/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/styles/globals.css b/web/app/styles/globals.css index cc9b1ea83d..0ca63757a2 100644 --- a/web/app/styles/globals.css +++ b/web/app/styles/globals.css @@ -76,7 +76,7 @@ html, body { max-width: 100vw; - overflow-x: hidden; + overflow: hidden; } body {