Remove fixed height on html tag for now

This commit is contained in:
Justin Edmund 2023-07-05 18:49:08 -07:00
parent 0fb674b150
commit 00f117c118

View file

@ -4,7 +4,7 @@
html { html {
background-color: var(--background); background-color: var(--background);
font-size: 62.5%; font-size: 62.5%;
height: 100%; // height: 100%;
} }
body { body {