Fix problem with scroll inside chat window (#3578)

This commit is contained in:
rmmedia
2024-04-21 03:39:24 +02:00
committed by GitHub
parent 7251748d59
commit b3996b3221

View File

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