From 9f0fe25d77675a4d4b75f8a4c86d9b41288f810f Mon Sep 17 00:00:00 2001 From: WestLangley Date: Tue, 1 Oct 2019 15:22:35 -0400 Subject: [PATCH] Prevent overscroll --- examples/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/main.css b/examples/main.css index ed2c0a60a3..4529122503 100644 --- a/examples/main.css +++ b/examples/main.css @@ -5,6 +5,7 @@ body { font-family: Monospace; font-size: 13px; line-height: 24px; + overscroll-behavior: none; } a { -- GitLab