mirror of
https://github.com/Nezz/homeassistant-visionos-theme.git
synced 2026-05-09 08:25:57 +02:00
[GH-ISSUE #2] Dropdowns are placed incorrectly #1
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#1
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 @Nezz on GitHub (Apr 28, 2024).
Original GitHub issue: https://github.com/Nezz/homeassistant-visionos-theme/issues/2
When a large dropdown is opened, it can end up in the wrong place on the screen.
This happens because this theme uses
backdrop-filter. This exposes an issue in Material Design 2 where large menus rely onposition: fixed, which behaves differently when a filter is used:Sadly the material web components Home Assistant uses are no longer maintained as development moved on to Material Design 3.
@Nezz commented on GitHub (Jul 10, 2024):
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 and now Google stopped developing it:
https://github.com/material-components/material-web/discussions/5642
@Misiu commented on GitHub (Mar 12, 2025):
There is a chance HA will move away from material to Shoelace - https://github.com/home-assistant/frontend/pull/24525#issuecomment-2703969971
@morgindale commented on GitHub (Mar 14, 2025):
I'm a bit late to the party, but i like this theme too much to not try to fix this problem. Here's what's working for me.
It's based on card-mod as you can see and it's a proof-of-concept. This adds the backdrop-filter (only) for cards in a way, that it doesnt disturb any dropdowns or something else. In my case it's working fine and i'll apply the same solution for other elements in the theme.
@Nezz commented on GitHub (Mar 18, 2025):
In addition to large dropdowns, selects with
fixedMenuPositionare problematic:https://github.com/search?q=repo%3Ahome-assistant%2Ffrontend%20fixedMenuPosition%20&type=code
@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.
@inventor7777 commented on GitHub (Jul 11, 2025):
I’ve been noticing this issue with mine too and I figured I’d check here before making a bug report and I’m glad I did. I really like this theme so I hope HA can fix this issue soon.
@kattcrazy commented on GitHub (Nov 13, 2025):
I tried integrating part of this code into a theme but it ended up making the Homeassistant tab use 26gb of memory. The frosted glass look on the cards is great but having menus behind items & in the wrong places isn't ideal. Hope this can be fixed soon
@Nezz commented on GitHub (Mar 5, 2026):
Dropdowns have been finally fixed in HA 2026.3
@inventor7777 commented on GitHub (Mar 5, 2026):
FINALLY
It only took 2 years...I'll probably update just for that.
Edit: the new dropdowns also look better, less Material-Design-Default IMO.
Better contrast between options too!