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

Bubble popup not extending past/over top bar. #558

Closed Andrewpaps closed 2 weeks ago

Andrewpaps commented 3 weeks ago

It seems that it is now impossible to have the popup extended over the top bar. I remember this not being the case previously, unless there is a new setting I have missed and apologize if so. This is great because it allows for slightly more screen real-estate on initial execution of the popup.

To Reproduce: Create and execute bubble card popup

It seems to occur regardless of card position number in any given view.

Expected behavior:
Option for popup to extend over top bar.

image

Clooos commented 2 weeks ago

Hi! You can set margin_top_mobile: -56px and margin_top_desktop: -56px and it will works.

Andrewpaps commented 2 weeks ago

Excellent, that has replicated the desired behavior!

I might perhaps suggest adding this offset as a preset checkbox so other users may know. Or at least adding it to the documentation :)

Thanks again.

Clooos commented 2 weeks ago

This is already mentioned in the documentation 🤓

image

And in the editor 😇

image
Andrewpaps commented 2 weeks ago

So it is! Too good.