Skip to content

Commit

Permalink
Disable both overscroll
Browse files Browse the repository at this point in the history
  • Loading branch information
xingrz committed Mar 24, 2024
1 parent 3392292 commit d10268a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ const width = computed({
:global(body) {
margin: 0;
padding: 0;
overscroll-behavior-x: none;
overscroll-behavior: none;
}
</style>

0 comments on commit d10268a

Please sign in to comment.