ソースを参照

fix:移动端静止左右滑动

shenchunlv 2 年 前
コミット
b22d8dbc83
1 ファイル変更1 行追加0 行削除
  1. 1 0
      assets/_variables.scss

+ 1 - 0
assets/_variables.scss

@@ -11,4 +11,5 @@ html,
 body {
   margin: 0;
   scroll-behavior:smooth;
+  overflow-x:hidden;
 }