Browse Source

Fix problem with scroll inside chat window (#3578)

rmmedia 1 year ago
parent
commit
b3996b3221
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/app/styles/globals.css

+ 1 - 1
web/app/styles/globals.css

@@ -76,7 +76,7 @@
 html,
 body {
   max-width: 100vw;
-  overflow-x: hidden;
+  overflow: hidden;
 }
 
 body {