fix(layout): use dvh to prevent mobile scroll issues
This commit is contained in:
parent
2fccb3bb56
commit
3770e67898
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ body {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
height: 100dvh;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue