0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

fix(portfolio): set min-height to 100% on html and body (#9780)

This commit is contained in:
Leyan Lo 2024-01-23 02:19:11 -08:00 committed by GitHub
parent bfd30041cf
commit 3b5824a65d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,7 +117,7 @@
html,
body {
height: 100%;
min-height: 100%;
overflow-x: hidden;
}