This website works better with JavaScript
Home
Explore
Help
Register
Sign In
hejh
/
nuxt3-gw
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix:移动端静止左右滑动
shenchunlv
2 years ago
parent
0b8f3b38b5
commit
b22d8dbc83
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
assets/_variables.scss
+ 1
- 0
assets/_variables.scss
View File
@@ -11,4 +11,5 @@ html,
body {
margin: 0;
scroll-behavior:smooth;
+ overflow-x:hidden;
}