Browse Source

Prevent overscroll

WestLangley 5 năm trước cách đây
mục cha
commit
9f0fe25d77
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      examples/main.css

+ 1 - 0
examples/main.css

@@ -5,6 +5,7 @@ body {
 	font-family: Monospace;
 	font-size: 13px;
 	line-height: 24px;
+	overscroll-behavior: none;
 }
 
 a {