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

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

Closed
4 tasks done
matejdro opened this issue Mar 13, 2022 · 2 comments
Closed
4 tasks done

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

matejdro opened this issue Mar 13, 2022 · 2 comments

Comments

@matejdro
Copy link

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:

  • Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
  • Have made sure I am using the latest version of the plugin.
  • Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
  • Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.
@matejdro matejdro changed the title Input select will cause stack-in-card to scroll Input select will not open over stack-in-card Mar 13, 2022
@relaystar
Copy link

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

@matejdro
Copy link
Author

matejdro commented Oct 4, 2023

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

See custom-cards/stack-in-card#40 for proper issue and workaround

@matejdro matejdro closed this as completed Oct 4, 2023
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

2 participants