소스 검색

Fix problem with scroll inside chat window (#3578)

tags/0.6.4
rmmedia 1 년 전
부모
커밋
b3996b3221
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      web/app/styles/globals.css

+ 1
- 1
web/app/styles/globals.css 파일 보기

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

body {

Loading…
취소
저장