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:
parent
bfd30041cf
commit
3b5824a65d
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
|||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue