Skip to content

Commit 4d492b5

Browse files
committed
🤖 fix: use dvh units for body height
1 parent 3cb5fa7 commit 4d492b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ body {
252252
html,
253253
body,
254254
#root {
255-
height: 100vh;
255+
height: 100dvh;
256256
overflow: hidden;
257257
}
258258

0 commit comments

Comments
 (0)