소스 검색

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;