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.
This commit is contained in:
Peter Zimon 2024-06-19 13:18:02 +02:00 committed by GitHub
parent 73a88d0c13
commit 962365e6ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {