From 962365e6ea642e83bdb15ec29edee43e8206a349 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Wed, 19 Jun 2024 13:18:02 +0200 Subject: [PATCH] Fixed "What's new" notification for contributors (#20413) DES-363 The "What's new" notification took up the whole width of the admin for contributors and it wasn't possible to interact with it. --- ghost/admin/app/styles/layouts/main.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/styles/layouts/main.css b/ghost/admin/app/styles/layouts/main.css index 816b08c568..c542e368ff 100644 --- a/ghost/admin/app/styles/layouts/main.css +++ b/ghost/admin/app/styles/layouts/main.css @@ -112,7 +112,15 @@ border-right: none; background: unset; width: 100%; - pointer-events: none; + overflow: unset; +} + +.gh-nav-contributor .gh-nav-body { + overflow: unset; +} + +.gh-nav-contributor .gh-sidebar-banner { + max-width: 300px; } .gh-nav-menu {