-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DropDowns Incompatibility with stack-in cards #120
Comments
same for me. I think it came with the HA 2022.03 update. something changed in the lovelace system. I replaced custom:vertical-stack-in-card with vertical-stack and the issue is gone. so the root cause seems to be in the custom vertical-stack-in |
Same problem as well, my dropdowns disappear behind the next card. They work fine in a normal vertical stack. |
I think the problem may be that generally any kind of overflow gets hidden. I've seen this problem as well with other things such as when adjusting |
Same with me. So I fallbacked to regular vertical card. Running 2022.10 card_mod: |
Would the fix for this then to have that styling built in to the card? It looks like we even explicitly hide overflow: Looks like it was done in this commit: d0cb3bf Looking at the commit and issues it fixed (#70 and #81) it's still not clear to me why we needed to hide overflow though. @ofekashery Since you made that change, care to weigh in? Would it be as simple as removing |
I made a PR to fix this issue, half an year ago already, is there any concern blocking it from being merged @ofekashery? Apreciate your thoughts. I'm using my modified version since then, flawless, couldn't find any collaterel effect, it just works. |
@sdrapha thanks for finding the issue. I tried to manually edit the line in |
@jbtrystram , if you manually edit the .js file. you probably need to delete the .gz file. |
@sdrapha thanks for your answer. It appears to work only for one of my cards, but not the others. Also if I delete everything in the JS file my dashboards stops working, but when entering the "edit" widget it is still displayed properly. So there is some cache messing with this. |
Starting on HA version 2022.3
The dropdowns don't show correclty if the
mini-media-player
link card is used inside acustom:stack-in-card
link or acustom:vertical-stack-in-card
linkI'll cross post this issue on the other involved custom cards repos, as I don't know what is the root cause for the issue.
Cross posted issues:
kalkih/mini-media-player#631
custom-cards/stack-in-card#40
The text was updated successfully, but these errors were encountered: