From 4020859d4e41212b34b191cd0aec1da6e1729720 Mon Sep 17 00:00:00 2001 From: Brandy Smith <6577830+brandyscarney@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:23:32 -0400 Subject: [PATCH] chore: remove hydrated rule to hide the body --- core/src/css/ionic/structure.ionic.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/src/css/ionic/structure.ionic.scss b/core/src/css/ionic/structure.ionic.scss index 050388d3cf..c7fe8f1cc8 100644 --- a/core/src/css/ionic/structure.ionic.scss +++ b/core/src/css/ionic/structure.ionic.scss @@ -20,10 +20,6 @@ html { text-size-adjust: 100%; } -html:not(.hydrated) body { - display: none; -} - html.ion-ce body { display: block; }