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

Remove z-index of overlay #89

Merged
merged 1 commit into from
Jun 22, 2023
Merged

Remove z-index of overlay #89

merged 1 commit into from
Jun 22, 2023

Conversation

bram2202
Copy link
Contributor

Fixes #86 - showing lock icon under pop-up window

Removed z-index, tested locally:

lock

@iantrich iantrich merged commit 7fba89d into iantrich:master Jun 22, 2023
1 check passed
@ildar170975
Copy link
Collaborator

ildar170975 commented Jun 22, 2023

This is WRONG.
It makes the card not working.

@Mariusthvdb
Copy link

Mariusthvdb commented Jun 30, 2023

yes, please dont generically change resources for personal styling challenges.

would be appreciated by the community if this were reverted.
since it is such a simple change, no real harm is done, but please fix, so the new users will get the correct experience.

if you need some finetuning, use things like:

  type: custom:mod-card
  card_mod:
    style: |
      ha-card {
        z-index: 1;
        }
  card:
    type: custom:restriction-card

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

Successfully merging this pull request may close these issues.

Theme showing lock icon under pop-up window
4 participants