From e7c4f3d274bc6fdfddf42ad38191e4bb0cd7b7b5 Mon Sep 17 00:00:00 2001 From: ayeshaa-m <126784820+ayeshaa-m@users.noreply.github.com> Date: Fri, 5 May 2023 14:32:06 +0530 Subject: [PATCH] fix(notification-toast): z-index over telekom-header (#1767) --- .../src/components/notification-toast/notification-toast.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/components/notification-toast/notification-toast.css b/packages/components/src/components/notification-toast/notification-toast.css index 8359c19103..58a07841a9 100644 --- a/packages/components/src/components/notification-toast/notification-toast.css +++ b/packages/components/src/components/notification-toast/notification-toast.css @@ -15,7 +15,7 @@ --width-icon-container: 48px; --radius: var(--telekom-radius-standard); --background: var(--telekom-color-background-surface); - --z-index: 1; + --z-index: 100; /* FIXME:TOKEN not sure what elevation to use here */ --box-shadow: var(--telekom-shadow-raised-standard);