Sfoglia il codice sorgente

Fix problem with scroll inside chat window (#3578)

tags/0.6.4
rmmedia 1 anno fa
parent
commit
b3996b3221
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      web/app/styles/globals.css

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

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

body {

Loading…
Annulla
Salva