use h-svh instead of h-screen
This commit is contained in:
parent
d4b8191eba
commit
4def4530a7
@ -51,7 +51,7 @@ onMounted(() => {
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
:style="backgroundStyle"
|
: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"
|
@mousemove="debouncedMouseMove"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
Loading…
x
Reference in New Issue
Block a user