From 1faf532043f2fbb968ae5b6daaa7ec704aa5f53d Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Wed, 14 Feb 2024 18:35:24 -0500 Subject: [PATCH] fix: prevent overscroll --- styles.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.sass b/styles.sass index 90c2529..4012ee3 100644 --- a/styles.sass +++ b/styles.sass @@ -20,6 +20,7 @@ $cursive: 'Cedarville Cursive', cursive body background: linear-gradient(180deg, $darkbrown 0%, $brown 40%, $background 100%) overflow-x: hidden + overscroll-behavior: none .mobile-helper position: fixed