Browse Source

fix:移动端静止左右滑动

shenchunlv 2 years ago
parent
commit
b22d8dbc83
1 changed files with 1 additions and 0 deletions
  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;
 }