aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Leyan Lo <leyanlo@gmail.com> 2024-01-23 02:19:11 -0800
committerGravatar GitHub <noreply@github.com> 2024-01-23 18:19:11 +0800
commit3b5824a65df00169b56db28af01e0f00a2bc156f (patch)
tree9a6ddc2ae7a5bfabb4f94f8f38f0d1feb26bca60
parentbfd30041cf7a081212f67cbc80787ec01b9a842f (diff)
downloadastro-3b5824a65df00169b56db28af01e0f00a2bc156f.tar.gz
astro-3b5824a65df00169b56db28af01e0f00a2bc156f.tar.zst
astro-3b5824a65df00169b56db28af01e0f00a2bc156f.zip
fix(portfolio): set min-height to 100% on html and body (#9780)
-rw-r--r--examples/portfolio/src/styles/global.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/portfolio/src/styles/global.css b/examples/portfolio/src/styles/global.css
index 77ed2d480..1ff987e2f 100644
--- a/examples/portfolio/src/styles/global.css
+++ b/examples/portfolio/src/styles/global.css
@@ -117,7 +117,7 @@
html,
body {
- height: 100%;
+ min-height: 100%;
overflow-x: hidden;
}