소스 검색

fix(mobile): disable main content horizontal scrollable

Tienson Qin 5 일 전
부모
커밋
07cc46663a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/mobile/components/app.css

+ 1 - 0
src/main/mobile/components/app.css

@@ -310,6 +310,7 @@ body, #root {
 /* Both layers use their own independent scroll containers. */
 #app-main-home, #main-content-container
 {
+    @apply overflow-x-hidden;
     height: 100%;
     overflow-y: auto;
     -webkit-overflow-scrolling: touch;