kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.49k stars 205 forks source link

DropDowns Incompatibility with stack-in cards #631

Open sdrapha opened 2 years ago

sdrapha commented 2 years ago

Starting on HA version 2022.3.x The dropdowns don't show correclty if the mini-media-playerlink card is used inside a custom:stack-in-cardlink or a custom:vertical-stack-in-card link

image

ps: this is using mini-media-player Version 1.16.1, caches cleared

I'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: https://github.com/ofekashery/vertical-stack-in-card/issues/120 https://github.com/custom-cards/stack-in-card/issues/40

reidprichard commented 2 years ago

Similar issue here with a bare-bones mini-media-player card. The dropdown is stuck open, and it's beneath the cards below it.

type: custom:mini-media-player
entity: media_player.65_tcl_roku_tv

image

kalkih commented 2 years ago

@reidprichard this should be fixed, make sure you've updated the card, if the issue still persist, clear the browser cache.

kalkih commented 2 years ago

Needs fix in the stack cards i believe, they need to allow overflow

Final-Hawk commented 2 years ago

If this is the case should an issue be created on the home-assistant frontend?