From 73aec63a47c9c30ca5db77c75f62605ee57f7836 Mon Sep 17 00:00:00 2001 From: Kata Martin Date: Fri, 13 Dec 2024 12:33:21 -0500 Subject: [PATCH] Only restrict overscroll behavior in the Y direction --- globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globals.css b/globals.css index bf5c5db..a41ba12 100644 --- a/globals.css +++ b/globals.css @@ -1,5 +1,5 @@ body { - overscroll-behavior: none; + overscroll-behavior-y: none; text-rendering: optimizeLegibility; }