Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0 Height Rows Showing at Bottom of Page #268

Closed
efaden opened this issue Dec 30, 2023 · 8 comments
Closed

0 Height Rows Showing at Bottom of Page #268

efaden opened this issue Dec 30, 2023 · 8 comments

Comments

@efaden
Copy link

efaden commented Dec 30, 2023

I have a layout card that takes up the full screen. The vertical stacks for the popups are making blank lines at the bottom with height 0. I have tried using card mod, etc to get rid of them, but can't seem to get it right. I did try making them invisible, but that also seems to kill the popup.
Screenshot 2023-12-24 at 8 59 10 AM

@Clooos
Copy link
Owner

Clooos commented Feb 19, 2024

Hi! Is this issue is still happening in the new v1.7.X?

https://github.com/Clooos/Bubble-Card/releases/tag/v1.7.1

@efaden
Copy link
Author

efaden commented Feb 19, 2024

Appears to be. Need to play with it some more, but the space does appear to be gone. Thanks!

@efaden
Copy link
Author

efaden commented Feb 19, 2024

Just kidding. Sorry. Was looking at the wrong version of my page. They are still there.

@Clooos
Copy link
Owner

Clooos commented Apr 15, 2024

Hi, can you tell me if you still have this issue 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

@efaden
Copy link
Author

efaden commented Apr 28, 2024

Sorry just got around to this. I am still seeing them.

@Clooos
Copy link
Owner

Clooos commented Jun 17, 2024

Hi, is it still the case in v2.0.4 with HA 2024.6.X?

If yes can you share your YAML of this view?

@efaden
Copy link
Author

efaden commented Jun 17, 2024 via email

@Clooos Clooos closed this as completed Jun 18, 2024
@GewoonRoy
Copy link

Hi,

I am using v2.0.4 with HA 2024.6.X and i'm experiencing an issue just like this. I've tried several options to fix it but haven't been able to.

Can you help me with what i'm possibly doing wrong? I've noticed the #root of the hui-vertical-stack-card is using a gap of 8px for each element within the stack-card which creates a lot of space.

I've have a vertical stack with a lot of vertical stacks in it.
Screenshot 2024-06-28 at 09 41 26

type: vertical-stack
cards:
  - type: vertical-stack
    cards:
      - type: custom:button-card
         name: Woonkamer
         ...
  - type: vertical-stack
     cards:
      - type: custom:bubble-card
         card_type: pop-up
         hash: '#living-room'
         auto_close: '30000'
         name: Woonkamer
  - type: vertical-stack
     cards:
       - type: custom:bubble-card
          card_type: pop-up
          hash: '#living-room-lights'
          auto_close: '30000'
          name: Woonkamer - Lampen
   - type: vertical-stack
     cards:
        - type: custom:bubble-card
           card_type: pop-up
           hash: '#living-room-curtains'
           auto_close: '30000'
           name: Woonkamer - Gordijnen
...some more cards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants