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
@ -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…
Reference in New Issue
Block a user