Fix edge case where settings/admin page sidebar would be incorrectly hidden (#17580)
This commit is contained in:
@ -322,6 +322,10 @@ $content-width: 840px;
|
||||
|
||||
& > ul {
|
||||
display: none;
|
||||
|
||||
&.visible {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
ul a,
|
||||
|
Reference in New Issue
Block a user