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

Invisible card #107

Open
TTLucian opened this issue Jan 29, 2021 · 2 comments
Open

Invisible card #107

TTLucian opened this issue Jan 29, 2021 · 2 comments

Comments

@TTLucian
Copy link

TTLucian commented Jan 29, 2021

I get an invisible card when using this:

type: vertical-stack
cards:
  - type: 'custom:vertical-stack-in-card'
    cards:
      - type: 'custom:simple-thermostat'

Works ok with this:

type: vertical-stack
cards:
  - type: vertical-stack
    cards:
      - type: 'custom:simple-thermostat'

and with this:

type: 'custom:vertical-stack-in-card'
cards:
  - type: 'custom:vertical-stack-in-card'
    cards:
      - type: 'custom:simple-thermostat'
@johnekarlsson
Copy link

I have the same issue. However, it works for me in all browsers except fully kiosk. When I change the card to vertical stack it works.

When I restart the app, it works until the first refresh of the page.

@browetd
Copy link

browetd commented Dec 15, 2021

Same issue here (invisible cards) ... but a little bit different behavior: cards are invisible when I open HA for the first time but if I reload, the cards are appearing...

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