From 5a908582743df9510d3c6dd2c354a5b14cc4736b Mon Sep 17 00:00:00 2001 From: Bram van Deventer Date: Tue, 13 Jun 2023 19:17:59 +0200 Subject: [PATCH] Remove z-index of overlay --- src/restriction-card.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/restriction-card.ts b/src/restriction-card.ts index 92997a4..81da5f5 100644 --- a/src/restriction-card.ts +++ b/src/restriction-card.ts @@ -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); }