fix: use svh instead of vh

This commit is contained in:
2024-09-12 22:19:48 +02:00
parent c1da1d7ea2
commit e34f310b0e
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ export const Off = () => {
}, [state, setState, booting]);
return (
<div className="flex h-screen w-screen flex-col items-center justify-center bg-black">
<div className="flex h-[100svh] w-screen flex-col items-center justify-center bg-black">
<button
className={`drop-shadow-white cursor-pointer transition-all ${
booting ? "animate-disappear" : "animate-breathing"