diff --git a/package.json b/package.json index 14a1d04..771f0b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restriction-card", - "version": "1.2.6", + "version": "1.2.9", "description": "Lovelace restriction-card", "keywords": [ "home-assistant", @@ -48,4 +48,4 @@ "lint": "eslint src/*.ts", "rollup": "rollup -c" } -} \ No newline at end of file +} diff --git a/src/const.ts b/src/const.ts index 3e7488c..fde9af8 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1 +1 @@ -export const CARD_VERSION = '1.2.6'; +export const CARD_VERSION = '1.2.9'; diff --git a/src/restriction-card.ts b/src/restriction-card.ts index 81da5f5..489d923 100644 --- a/src/restriction-card.ts +++ b/src/restriction-card.ts @@ -289,6 +289,7 @@ class RestrictionCard extends LitElement implements LovelaceCard { right: 0; top: 0; bottom: 0; + z-index: 1; display: flex; color: var(--regular-lock-color); }