use better height and width units

This commit is contained in:
vcoppe
2025-11-16 13:22:26 +01:00
parent b6f96d9f4d
commit 4442e29b66
2 changed files with 1 additions and 4 deletions

View File

@@ -97,7 +97,7 @@
</h2>
</div>
<div class="fixed flex flex-row w-screen h-screen supports-dvh:h-dvh">
<div class="fixed flex flex-row w-dvw h-dvh">
<div class="flex flex-col grow h-full min-w-0">
<div class="grow relative">
<Menu />

View File

@@ -73,9 +73,6 @@ const config = {
'caret-blink': 'caret-blink 1.25s ease-out infinite',
},
},
supports: {
dvh: 'height: 100dvh',
},
},
plugins: [tailwindcssAnimate],
};