From 3bcf2253806954c2f3200fb14df85aa84600643b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 21 Nov 2021 20:16:19 +0100 Subject: [PATCH] Fix color overlay in ha-alert content (#10674) --- src/components/ha-alert.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ha-alert.ts b/src/components/ha-alert.ts index e4ba0e2752..a1b5fa0a32 100644 --- a/src/components/ha-alert.ts +++ b/src/components/ha-alert.ts @@ -113,6 +113,7 @@ class HaAlert extends LitElement { justify-content: space-between; align-items: center; width: 100%; + z-index: 1; } .action { width: min-content;