Skip to content

Commit

Permalink
Merge pull request #89 from bram2202/master
Browse files Browse the repository at this point in the history
iantrich authored Jun 22, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 932f6d2 + 5a90858 commit 7fba89d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/restriction-card.ts
Original file line number Diff line number Diff line change
@@ -289,7 +289,6 @@ class RestrictionCard extends LitElement implements LovelaceCard {
right: 0;
top: 0;
bottom: 0;
z-index: 50;
display: flex;
color: var(--regular-lock-color);
}

2 comments on commit 7fba89d

@henkall
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should not remove this. Just reduce it to 1 instead of 50

@geferon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this even tested??? This breaks the whole thing, I had to revert to the previous version because it isn't working now

Please sign in to comment.