Fix problem with scroll inside chat window (#3578)

pull/3658/head
rmmedia 2 years ago committed by GitHub
parent 7251748d59
commit b3996b3221
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save