fix overflow

This commit is contained in:
JovannMC 2025-01-03 15:25:37 +03:00
parent 9b5bf4e274
commit 44a96f715b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
class="w-screen h-full flex items-center justify-center overflow-hidden -mt-14"
>
<div
class="absolute -z-30 top-0 left-0 w-screen flex items-center justify-center overflow-hidden"
class="absolute -z-30 top-0 left-0 w-screen h-screen flex items-center justify-center overflow-hidden"
>
<VertVBig class="fill-[--fg] opacity-50" />
</div>