fix(layout): use dvh to prevent mobile scroll issues
All checks were successful
E2E Tests with Cypress / cypress (push) Successful in 3m4s
E2E Tests with Cypress / cypress (pull_request) Successful in 3m0s

This commit is contained in:
Aleksa Bandic 2025-04-17 04:06:02 +02:00
parent 2fccb3bb56
commit 3770e67898

View file

@ -16,7 +16,7 @@ body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
height: 100dvh;
margin: 0;
text-align: center;
}