diff --git a/ghost/admin/app/styles/components/notifications.css b/ghost/admin/app/styles/components/notifications.css index 0340423a38..d6a6ab591d 100644 --- a/ghost/admin/app/styles/components/notifications.css +++ b/ghost/admin/app/styles/components/notifications.css @@ -6,7 +6,7 @@ position: fixed; bottom: 20px; left: 20px; - z-index: 999; + z-index: 7000; display: flex; flex-direction: column; }