Clooos / Bubble-Card

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

Popup is infinitely long at the bottom #846

Open 1rfsNet opened 1 month ago

1rfsNet commented 1 month ago

Describe the bug
Each popup has no end, the popup always goes down to the bottom of the screen.

To Reproduce
Steps to reproduce the behavior: I have this issue with all my popups. I even created a new clean page in my dashboard and tried with the sample from the readme (https://github.com/Clooos/Bubble-Card/tree/main?tab=readme-ov-file#pop-up). Its not working.

I tried to adjust the margin settings in the popup card but without success.

Expected behavior
The popup should not be longer than the content.

Screenshots
Screenshot 2024-10-09 215712

YAML
If applicable, add any relevant YAML code.

type: vertical-stack
cards:
  - type: custom:bubble-card
    card_type: pop-up
    hash: '#kitchen'
    name: Kitchen
    icon: mdi:fridge
    entity: light.kitchen

Informations (please complete the following information):

Additional context
Add any other context about the problem here.

Thank you! 🍻