Skip to content

Commit

Permalink
perf: overscroll-behavior: none;
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Feb 11, 2025
1 parent 947fe7b commit f1e855c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,11 @@ object {
display: none;
}
}
html,
body,
#app {
/* 禁止 iOS/Edge 滚动回弹效果 */
overscroll-behavior: none;
}
</style>

0 comments on commit f1e855c

Please sign in to comment.