fix/generator: visible overlay when images weren't loaded

This commit is contained in:
Kentai Radiquum 2025-02-23 01:43:10 +05:00
parent 39eafb1739
commit 0efe83047c
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 30 additions and 57 deletions

View file

@ -65,7 +65,7 @@ export default function Base({ children, isDev }: BaseProps) {
<script defer data-domain="radiquum.wah.su/photos" data-api="https://a.wah.su/api/event" src="https://a.wah.su/js/script.js"></script>
</head>
<body className="bg-[#121B2C] text-white">
<body className="bg-[#121B2C] text-white min-h-screen flex flex-col">
<Header />
{children}
<Footer />