From d10268aa886da7152d131af6a04dc22d41ee973e Mon Sep 17 00:00:00 2001 From: XiNGRZ Date: Sun, 24 Mar 2024 17:03:18 +0800 Subject: [PATCH] Disable both overscroll --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index d99b4ec..867f382 100644 --- a/src/App.vue +++ b/src/App.vue @@ -44,6 +44,6 @@ const width = computed({ :global(body) { margin: 0; padding: 0; - overscroll-behavior-x: none; + overscroll-behavior: none; }