From: Kohei Yoshino Date: Tue, 6 Nov 2018 15:22:11 +0000 (-0500) Subject: Bug 1503748 - Trackpad swipe navigation and mobile horizontal scrolling broken, verti... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e92263fdbbf2caf8ad4b6c652c1eb983ca370634;p=thirdparty%2Fbugzilla.git Bug 1503748 - Trackpad swipe navigation and mobile horizontal scrolling broken, vertical scrolling partially broken when zoomed --- diff --git a/skins/standard/global.css b/skins/standard/global.css index 9db7b3255..09f7e1dfa 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -65,8 +65,7 @@ /* fixed global header (begin) */ @media screen and (min-width: 800px) { html, body { - overflow: hidden; /* Disable bounce effect (Safari) */ - overscroll-behavior: none; + overflow-y: hidden; /* Disable bounce effect (Safari) */ height: 100%; } @@ -81,7 +80,6 @@ overflow-y: scroll; -webkit-overflow-scrolling: touch; /* Enable momentum scrolling on iOS */ scroll-behavior: smooth; - overscroll-behavior: contain; will-change: transform; /* Enable smooth scrolling (Safari) */ } }