浏览代码

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;