Explorar el Código

Fix problem with scroll inside chat window (#3578)

tags/0.6.4
rmmedia hace 1 año
padre
commit
b3996b3221
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      web/app/styles/globals.css

+ 1
- 1
web/app/styles/globals.css Ver fichero

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

body {

Cargando…
Cancelar
Guardar