diff --git a/src/client/index.html b/src/client/index.html
index 5d1985adb..3e15ba515 100644
--- a/src/client/index.html
+++ b/src/client/index.html
@@ -99,11 +99,6 @@
display: none;
}
}
-
- /* display:none if child has class parent-hidden since we can't use shadow DOM in Lit due to Tailwind */
- *:has(> .parent-hidden) {
- display: none;
- }