Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
1.44k stars 39 forks source link

Select card behaviour since 2.0.0-beta.9 #539

Open chris9208 opened 1 month ago

chris9208 commented 1 month ago

When including a 'mushroom-select-card' in a pop up, the drop down is disconnected from the card and its contents are hidden behind any following cards in the pop up. This only started from 2.0.0-beta.9, reverting to beta 8 returns to normal behaviour

To Reproduce
Steps to reproduce the behavior:

  1. Open pop up
  2. select drop down on 'mushroom-select-card'
  3. Options hidden behind other cards

Expected behavior
Options should be infront of other cards

Screenshots

beta 8 normal behaviour IMG_1030 IMG_1027

beta 9+ broken behaviour IMG_1028 IMG_1029

Thanks

Clooos commented 1 month ago

Hi, I will release a new beta in a few minutes that should fix this, thank you for the feedback!

Clooos commented 1 month ago

I've juste released a new beta that should fix your issue!

https://github.com/Clooos/Bubble-Card/releases/tag/v2.0.0-beta.12

chris9208 commented 3 days ago

This problem (or something similar) seems to be back. As of 2.0.0 the drop down shows but isn't connected to the 'mushroom-select-card'.

IMG_1123

In 2.0.4 the drop down is connected to the card again but only the first row shows, the second row is gradually more transparent, and any rows after that aren't visible.

IMG_1121

However, the drop down shows normally when the conditional cards below it are visible.

IMG_1122

Thanks again

Clooos commented 3 days ago

I will take a look at that, thanks for the feedback.

Clooos commented 1 day ago

I've just fixed it, I will release a new beta as soon as I can!

pgale commented 1 day ago

Was that an issue with z-order and the ordering of pop-up panels?

Clooos commented 1 day ago

Nothing like that, it was because of the gradient mask that is at the top and at the bottom of the pop-ups, its position was not fixed.