mirror of
https://github.com/Rushilwiz/maya.git
synced 2025-04-09 21:20:15 -04:00
fix: prevent overscroll
This commit is contained in:
parent
2aa4a81f91
commit
1faf532043
|
@ -20,6 +20,7 @@ $cursive: 'Cedarville Cursive', cursive
|
||||||
body
|
body
|
||||||
background: linear-gradient(180deg, $darkbrown 0%, $brown 40%, $background 100%)
|
background: linear-gradient(180deg, $darkbrown 0%, $brown 40%, $background 100%)
|
||||||
overflow-x: hidden
|
overflow-x: hidden
|
||||||
|
overscroll-behavior: none
|
||||||
|
|
||||||
.mobile-helper
|
.mobile-helper
|
||||||
position: fixed
|
position: fixed
|
||||||
|
|
Loading…
Reference in New Issue
Block a user