Browse Source

Prevent overscroll

WestLangley 5 years ago
parent
commit
9f0fe25d77
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/main.css

+ 1 - 0
examples/main.css

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