Skip to content

Commit be2cb81

Browse files
authored
chore: Better mobile browser display with 100dvh unit (#88)
1 parent 3ce827f commit be2cb81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styles/app.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ body {
2020

2121
#app {
2222
height: 100vh;
23+
// Dynamic Viewport Units
24+
height: 100dvh;
2325
position: relative;
2426
overflow-x: hidden;
2527
}

0 commit comments

Comments
 (0)