diff --git a/src/index.css b/src/index.css index 036f42e..be63c4d 100644 --- a/src/index.css +++ b/src/index.css @@ -44,6 +44,7 @@ -moz-osx-font-smoothing: grayscale; transition: background-color 0.2s ease, color 0.2s ease; touch-action: pan-x pan-y; + overscroll-behavior-y: contain; } html.dark { @@ -55,6 +56,7 @@ background-color: #F3EDE4; transition: background-color 0.2s ease, color 0.2s ease; touch-action: pan-x pan-y; + overscroll-behavior-y: contain; } html.dark body {