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,
body {
max-width: 100vw;
overflow-x: hidden;
overflow: hidden;
}
body {

Loading…
Cancel
Save