Explorar el Código

fix:移动端静止左右滑动

shenchunlv hace 2 años
padre
commit
b22d8dbc83
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
 }