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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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