From 30df5db576c24314c4f2ebe55dbab01a4500ca91 Mon Sep 17 00:00:00 2001 From: mattfsourcecode <24415914+mattfsourcecode@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:13:03 -0400 Subject: [PATCH] Prevent overscroll behavior --- violent-theremin/styles/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/violent-theremin/styles/app.css b/violent-theremin/styles/app.css index e30f55f..1e54b3e 100644 --- a/violent-theremin/styles/app.css +++ b/violent-theremin/styles/app.css @@ -9,6 +9,7 @@ html { font-size: 10px; height: 100%; + overscroll-behavior: none; } body {