Clooos / Bubble-Card

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

Margin not correct with Horizontal buttons stack #352

Closed myhrmans closed 4 months ago

myhrmans commented 7 months ago

Describe the bug When cards take up more then the screen area Im not able to see the full bottom card.

To Reproduce Steps to reproduce the behavior:

  1. Fill area with cards
  2. Add horizontal button stack
  3. See if bottom stack covers bottom card - and you cant scroll down

Expected behavior There should be a margin enough at the bottom so I can scroll or see the full card.

Screenshots

image

Screenshot_20240110_133120_Home Assistant.jpg

Version is 1.6.4

myhrmans commented 7 months ago

Found in another issue:

type: custom:bubble-card
card_type: empty-column
card_mod:
  style: |
    ha-card {
      display: block;
      height: 100px !important;
    }

Fixed it for me, maybe put into documentation?

Clooos commented 4 months ago

This issue is finally fixed in the v2 beta!

Here is the link to the full changelog: https://github.com/Clooos/Bubble-Card/releases/tag/v2.0.0-beta.1