Clooos / Bubble-Card

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

Mostly-transparent bar blocking portion of a card #402

Closed Cameronwyatt closed 4 months ago

Cameronwyatt commented 4 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 The top-most card in each of my pop-ups has a mostly-transparent bar that has shown up and blocks me from clicking anything underneath it. In the below screenshots you can see it applies to various types of cards. It's tough to see it, but you can see it clipping through the borders of the cards and the info underneath the bar is obscured.

To Reproduce Steps to reproduce the behavior:

  1. Click on pop-up
  2. Try to click something towards the bottom of the first card and you're unable to

Expected behavior I'd expect it not to block the cards

Screenshots 2024-02-27_16-05-28 2024-02-27_16-05-46

Desktop (please complete the following information):

Additional context Vertical stack 1 (affected):

- type: vertical-stack
    cards:
      - type: entities
        entities:
          - entity: light.basement_stairs
          - entity: light.foyer_light
          - entity: light.kitchen
          - entity: light.middle_stairs
          - entity: light.porch_light
        title: Common Lights
        state_color: true
      - type: custom:bubble-card
        card_type: pop-up
        hash: '#common-lights'
        name: Common Lights
        icon: mdi:lightbulb
        is_sidebar_hidden: true
        close_on_click: true

Vertical stack 2 (also affected):

  - type: vertical-stack
    cards:
      - type: custom:alarmo-card
        entity: alarm_control_panel.alarmo
        button_scale_actions: 1.5
        button_scale_keypad: 1.5
        keep_keypad_visible: true
      - type: entities
        entities:
          - entity: binary_sensor.zone_1
          - entity: binary_sensor.zone_3
          - entity: binary_sensor.zone_2
        title: Sensors
        state_color: true
        show_header_toggle: false
      - type: custom:bubble-card
        card_type: pop-up
        hash: '#alarmo'
        margin: 7px
        width_desktop: 700px
        name: Alarm
        is_sidebar_hidden: true

Horizontal stack:

  - type: custom:bubble-card
    card_type: horizontal-buttons-stack
    auto_order: false
    1_name: Common Lights
    1_icon: mdi:lightbulb
    1_link: '#common-lights'
    2_name: Basement Lights
    2_icon: mdi:home-floor-b
    2_link: '#basement-lights'
    3_link: '#covers'
    3_name: Blinds
    3_icon: mdi:roller-shade
    is_sidebar_hidden: true
    4_link: '#alarmo'
    4_name: Alarm
    4_icon: mdi:alarm-panel
    rise_animation: false
    margin: 7px
    width_desktop: 800px
    hide_gradient: true

Thank you! 🍻

Clooos commented 4 months ago

This is not a bug, the pop-up card must be the top most card, this is explained in the documentation.