Adam Kapos

Results 67 comments of Adam Kapos

Thanks for the report. The issue is caused by the `backdrop-filter` (blur) creating a new stacking context for each card. Since this is set on each card individually, the dropdown's...

Yes, that has the same root cause.

It does not look like this will be fixed anytime soon. Home Assistant uses Material Design 2 components. Material 3 never added support for [menus/dropdowns](https://m3.material.io/components/menus/overview) and now Google stopped developing...

In addition to large dropdowns, selects with `fixedMenuPosition` are problematic: https://github.com/search?q=repo%3Ahome-assistant%2Ffrontend%20fixedMenuPosition%20&type=code

A fix similar to [this one](https://github.com/home-assistant/frontend/pull/22204/files) should be applied to the mushroom title card: https://github.com/piitaya/lovelace-mushroom/blob/main/src/cards/title-card/title-card.ts#L276 I'm not a mushroom user, so I don't feel like I have enough context to...

The issue should be fixed in release 2.0, let me know if it doesn't work.

You can set a custom dashboard background [from the UI](https://www.home-assistant.io/blog/2024/06/05/release-20246/#setting-a-dashboard-background). If you want to fix the root cause of the problem, note that the theme uses images served by HACS....

If changing the background image from the UI doesn't do anything then there is probably something specific in your HA installation causing this that you'd need to debug yourself. You...

Thanks for the heads-up @rohankapoorcom. My main reservation was that images can be cached, but if we serve it in the theme then I think we always need to transfer...

Version 1.2 has been released that supports HACS 2.0.