]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1503748 - Trackpad swipe navigation and mobile horizontal scrolling broken, verti...
authorKohei Yoshino <kohei.yoshino@gmail.com>
Tue, 6 Nov 2018 15:22:11 +0000 (10:22 -0500)
committerDylan William Hardison <dylan@hardison.net>
Tue, 6 Nov 2018 15:22:11 +0000 (10:22 -0500)
skins/standard/global.css

index 9db7b3255d1e397191e514f10731092b5fada87f..09f7e1dfa13bf09a2def2678fb3b28ba5c4c7c5e 100644 (file)
@@ -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) */
         }
     }