thomasloven / lovelace-layout-card

🔹 Get more control over the placement of lovelace cards.
MIT License
1.08k stars 127 forks source link

Input select will not open over stack-in-card #186

Closed matejdro closed 1 year ago

matejdro commented 2 years ago

My Home Assistant version: 2022.3.3 (started happening with the recent "material components update")

Layout-card version: 466df9c

What I am doing:

I want to display input select inside stack-in-card

What I expected to happen:

I expect input select to open as an overlay over everything:

image

What happened instead:

input select will open inside stack-in-card, causing it to scroll

Peek 2022-03-13 08-10

Minimal steps to reproduce:

  1. Create input_select with several options
  2. Display following yaml in lovelace:
type: custom:stack-in-card
mode: vertical
keep:
  margin: true
  outer_padding: true
cards:
  - type: markdown
    content: >
      # Test
  - type: entities
    entities:
      - entity: input_select.media_mode

Error messages from the browser console:


By putting an X in the boxes ([X]) below, I indicate that I:

relaystar commented 2 years ago

I have exactly the same problem, in exactly the same scenario (TV/AV remote)

matejdro commented 1 year ago

Doh, wrong project. The issue is in stack-in-card while this is layout card.

See https://github.com/custom-cards/stack-in-card/issues/40 for proper issue and workaround