chore: Better mobile browser display with `100dvh` unit (#88)
This commit is contained in:
parent
3ce827f976
commit
be2cb81709
|
|
@ -20,6 +20,8 @@ body {
|
|||
|
||||
#app {
|
||||
height: 100vh;
|
||||
// Dynamic Viewport Units
|
||||
height: 100dvh;
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue