fix: prevent overscroll

This commit is contained in:
Rushil Umaretiya 2024-02-14 18:35:24 -05:00
parent 2aa4a81f91
commit 1faf532043
No known key found for this signature in database
GPG Key ID: 4E8FAF9C926AF959

View File

@ -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