Browse Source

Fix problem with scroll inside chat window (#3578)

tags/0.6.4
rmmedia 1 year ago
parent
commit
b3996b3221
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/styles/globals.css

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

html, html,
body { body {
max-width: 100vw; max-width: 100vw;
overflow-x: hidden;
overflow: hidden;
} }


body { body {

Loading…
Cancel
Save