Skip to content

Commit

Permalink
fix(portfolio): set min-height to 100% on html and body (#9780)
Browse files Browse the repository at this point in the history
  • Loading branch information
leyanlo authored Jan 23, 2024
1 parent bfd3004 commit 3b5824a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/portfolio/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

html,
body {
height: 100%;
min-height: 100%;
overflow-x: hidden;
}

Expand Down

0 comments on commit 3b5824a

Please sign in to comment.