From 8d09828182cb568a10f41cb86871e3f68de4573e Mon Sep 17 00:00:00 2001 From: kcwww Date: Mon, 18 Nov 2024 19:11:18 +0900 Subject: [PATCH] fix: style error --- app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/globals.css b/app/globals.css index 52ba604..93021c7 100644 --- a/app/globals.css +++ b/app/globals.css @@ -144,7 +144,7 @@ html::-webkit-scrollbar { } .ui-section { - @apply pointer-events-none relative flex h-svh w-full flex-col items-center justify-between overflow-hidden px-10 pb-10 pt-10; + @apply pointer-events-none relative flex min-h-svh w-full flex-col items-center justify-between overflow-hidden px-10 pb-10 pt-10; z-index: 1; }