You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamic background colors using Jinja templates in `card_mod` (e.g., for chips) are overridden by the theme’s global transparency rules (`background: none !important`).
114
-
➡️ *Workaround: Disable Frosted Glass manually per card using `card-mod`.*
Blur effects break dropdown visibility inside HACS menus due to how Home Assistant renders these elements **outside the theme root DOM**.
113
+
Blur effects break dropdown visibility inside HACS menus (and other deeper level HA dropdowns) due to how Home Assistant renders these elements **outside the theme root DOM**.
120
114
Multiple fixes were tested, but the problem stems from **Material Web Components** and is unlikely to be solvable from the theme side.
121
115
➡️ Tip: **The Lite version** (no blur) render dropdowns correctly and avoid this issue.
0 commit comments