Explorar o código

do not set overscroll-behavior to none for x axis as it breaks going back/forward from touchpad on some browsers (#79)

Ahmet %!s(int64=2) %!d(string=hai) anos
pai
achega
dafb67cbea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      assets/css/template-styles.css

+ 1 - 1
assets/css/template-styles.css

@@ -22,7 +22,7 @@ body {
     line-height: 1.5;
     color: #111;
     background-color: #fefefe;
-    overscroll-behavior: none;
+    overscroll-behavior-y: none;
 }
 template {
   display: none !important;