From d5ba4340907e04cdb6fafc5fea1d7f3812a64a12 Mon Sep 17 00:00:00 2001 From: ugtthis <142481257+ugtthis@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:52:01 -0700 Subject: [PATCH] Fixed overflow when scrolling up (#18) --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 083af6d9..e28fa8a6 100644 --- a/src/index.css +++ b/src/index.css @@ -119,7 +119,7 @@ * fill visible viewport * https://developers.google.com/web/updates/2016/12/url-bar-resizing */ - @apply h-full; + @apply h-full overflow-hidden; } button {