From adcdd810fdbaf3e29239e177c9576f6ec48e1735 Mon Sep 17 00:00:00 2001 From: Hikaru Yoshino Date: Sat, 28 Oct 2023 16:56:49 +0900 Subject: [PATCH] fix(manager): changed NotificationList z-index --- .../manager/src/components/notifications/NotificationList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ui/manager/src/components/notifications/NotificationList.tsx b/code/ui/manager/src/components/notifications/NotificationList.tsx index b1d3cf6584f9..cc340ef0522f 100644 --- a/code/ui/manager/src/components/notifications/NotificationList.tsx +++ b/code/ui/manager/src/components/notifications/NotificationList.tsx @@ -7,7 +7,7 @@ import NotificationItem from './NotificationItem'; const List = styled.div<{ placement?: CSSObject }>( { - zIndex: 10, + zIndex: 11, '> * + *': { marginTop: 10,