瀏覽代碼

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

Ahmet 2 年之前
父節點
當前提交
dafb67cbea
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;