Browse Source

fix(mobile): disable main content horizontal scrollable

Tienson Qin 3 days ago
parent
commit
07cc46663a
1 changed files with 1 additions and 0 deletions
  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;