mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
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:
parent
73a88d0c13
commit
962365e6ea
1 changed files with 9 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue