diff --git a/app/styles/_notifications.less b/app/styles/_notifications.less index c48d0fce68..66df2cb6c1 100644 --- a/app/styles/_notifications.less +++ b/app/styles/_notifications.less @@ -11,7 +11,12 @@ } notification-drawer-wrapper { - z-index: 10; // the overview shields are set to 9 + z-index: 1050; // the overview shields are set to 9 + pf-notification-drawer { + .drawer-pf { + z-index: 1050; + } + } } .drawer-pf-notification:hover { diff --git a/app/views/directives/notifications/notification-drawer-wrapper.html b/app/views/directives/notifications/notification-drawer-wrapper.html index dafc5a07c8..a7d30f0133 100644 --- a/app/views/directives/notifications/notification-drawer-wrapper.html +++ b/app/views/directives/notifications/notification-drawer-wrapper.html @@ -1,18 +1,15 @@ -
-
-
-
+ +