📱 fix(Root.tsx): Update styling to use h-dvh instead of h-screen (#1608)

This commit is contained in:
Danny Avila 2024-01-21 19:41:52 -05:00 committed by GitHub
parent 42de461a83
commit a0dabcc855
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 15 deletions

View file

@ -59,7 +59,7 @@ export default function Root() {
return (
<>
<div className="flex h-screen">
<div className="flex h-dvh">
<Nav navVisible={navVisible} setNavVisible={setNavVisible} />
<div className="relative z-0 flex h-full w-full overflow-hidden">
<div className="relative flex h-full max-w-full flex-1 flex-col overflow-hidden">