From b40aae75220294279337ec5f2216a06044c382fd Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Thu, 24 Nov 2022 11:37:31 +0100 Subject: [PATCH] Set overscroll-behavior to none for html elements (#2212) --- sass/base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/base.scss b/sass/base.scss index 4786b63d7..7cfc6673c 100644 --- a/sass/base.scss +++ b/sass/base.scss @@ -40,6 +40,7 @@ body { html { overflow-x: hidden; + overscroll-behavior: none; } button {