fix: layout higher than display (#112)

This commit is contained in:
ctholho 2021-04-19 23:39:54 +02:00 committed by GitHub
parent e834d4f15b
commit e65d912cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
html,
body,
#app {
height: 100vh;
height: 100%;
margin: 0;
padding: 0;
}