use h-svh instead of h-screen

This commit is contained in:
Jeffrey Hsu 2025-01-14 02:58:34 +08:00
parent d4b8191eba
commit 4def4530a7

View File

@ -51,7 +51,7 @@ onMounted(() => {
<template>
<div
:style="backgroundStyle"
class="relative flex h-screen w-full items-center justify-center bg-blue-400 bg-fixed bg min-h-[40rem]"
class="relative flex h-svh w-full items-center justify-center bg-blue-400 bg-fixed bg min-h-[40rem]"
@mousemove="debouncedMouseMove"
>
<div