Clooos / Bubble-Card

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

Can't see horizontal button row with minimalist-mobile-tapbar theme #363

Closed dnestico closed 1 month ago

dnestico commented 8 months ago

For any feature request you can open a new discussion here to allow everyone to vote.

For any question you can open a new discussion here.

Describe the bug As the title says, I'm using minimalist-mobile-tapbar theme now and on my phone it seems that the bubble horizontal row is hidden underneath of it, I see it popup for a second then it gets hidden underneath

To Reproduce Steps to reproduce the behavior:

  1. Download minimalist / minimalist themes
  2. Use 'minimalist-mobile-tapbar' theme on mobile
  3. Can't see the horizontal button row anymore

Expected behavior The horizontal button row is expected to be above the mobile navbar and not hidden.

Screenshots Screenshot_20240115-014731.png

]

Smartphone (please complete the following information):

Additional context None.

Thank you! 🍻

Clooos commented 1 month ago

Hi and sorry for the late answer, you can move it up with this custom style:

.horizontal-buttons-stack-card {
 bottom: 50px !important;
}