From 67a5dabdf0a574927646da01db32299d6e2b5ef3 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sat, 13 Jan 2024 22:02:56 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20overscroll=20behavior?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/style.css b/apps/web/src/style.css index be9ffa2ca..02ac3cb97 100644 --- a/apps/web/src/style.css +++ b/apps/web/src/style.css @@ -7,11 +7,11 @@ @apply border-border; } body { - @apply text-foreground bg-gray-100 overscroll-none; + @apply text-foreground bg-gray-100; font-feature-settings: "rlig" 1, "calt" 1; } html { - @apply h-full font-sans text-base overflow-hidden text-gray-700; + @apply h-full font-sans text-base text-gray-700; } body #__next { @apply h-full;