chore: remove hydrated rule to hide the body

This commit is contained in:
Brandy Smith
2025-06-05 17:23:32 -04:00
parent 17dc854eae
commit 4020859d4e

View File

@ -20,10 +20,6 @@ html {
text-size-adjust: 100%; text-size-adjust: 100%;
} }
html:not(.hydrated) body {
display: none;
}
html.ion-ce body { html.ion-ce body {
display: block; display: block;
} }