From 3af8159bdce12c8868e063ad7efe51c312391474 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Sat, 19 Dec 2020 01:12:40 +0000 Subject: [PATCH] Overscroll fix --- src/scss/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/style.scss b/src/scss/style.scss index ae8b3a4..209a747 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -93,6 +93,7 @@ body { html, body { background-color: $global-background; height: 100%; + overscroll-behavior: none; } h1, h2, h3, h4, h5, h6 {