chore: Better mobile browser display with `100dvh` unit (#88)

This commit is contained in:
ljt990218 2024-04-19 11:14:49 +08:00 committed by GitHub
parent 3ce827f976
commit be2cb81709
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ body {
#app {
height: 100vh;
// Dynamic Viewport Units
height: 100dvh;
position: relative;
overflow-x: hidden;
}