Skip to content

Commit

Permalink
fix: set html body height
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyexeption committed Dec 12, 2023
1 parent a86ad58 commit 96cb853
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ body {
-moz-osx-font-smoothing: grayscale;
}

html, body, #root {
height: 100%;
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
Expand Down

0 comments on commit 96cb853

Please sign in to comment.