fix: use svh instead of vh

This commit is contained in:
Pihkaal
2024-10-17 23:49:51 +02:00
parent 98c3d92c7e
commit 947634a27e

View File

@@ -7,7 +7,7 @@ useSeoMeta({
</script> </script>
<template> <template>
<div class="h-screen"> <div class="h-[100svh]">
<AppBody /> <AppBody />
<StarshineGlitter /> <StarshineGlitter />
</div> </div>