mirror of
https://github.com/Nezz/homeassistant-visionos-theme.git
synced 2026-05-09 08:25:57 +02:00
[GH-ISSUE #4] Dropdowns are behind blur cards in Device Page #2
Labels
No labels
bug
bug
bug
duplicate
duplicate
pull-request
third party
third party
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/homeassistant-visionos-theme#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ibrahim-mubarak on GitHub (May 4, 2024).
Original GitHub issue: https://github.com/Nezz/homeassistant-visionos-theme/issues/4
In Device Page, on clicking any of the buttons that open a dropdown, they are opened behind other cards.
@Nezz commented on GitHub (May 4, 2024):
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'sz-indexwill not apply to other cards and they will end up getting drawn on top. This visual language depends heavily on the blur effect which sadly creates issues with these dropdowns :(@ahwman commented on GitHub (Feb 15, 2025):
So there is no possible fix for this issue?
@stefanhintermayr commented on GitHub (Feb 27, 2025):
Mean, this ist the same problem?
@Nezz commented on GitHub (Feb 27, 2025):
Yes, that has the same root cause.
@zappbrannigan77 commented on GitHub (Mar 10, 2025):
hi, first of all thank you very much for your work, i have the same problem, is there a solution?
@SilenceMessiah commented on GitHub (Jun 26, 2025):
Also from me thank you very much for this theme! It looks really great.
I hope there is a fix for this issue.
@Nezz commented on GitHub (Jun 26, 2025):
The HA team is working on replacing the dropdowns with one that's compatible with the blur effects:
https://www.home-assistant.io/blog/2025/06/11/release-20256/#improving-all-the-pickers
Hopefully it will come to all the different kinds of dropdowns soon.
@hedegaard1 commented on GitHub (Jun 26, 2025):
Same problem here....
Hope it will soon be solved as this theme is really nice. :-)
@Nezz commented on GitHub (Aug 10, 2025):
The issue should be fixed in release 2.0, let me know if it doesn't work.