css: Show overflowing content in the sidebar while in minimal layout
fixes #4189
This commit is contained in:
parent
361fc27922
commit
38e585222e
|
@ -70,6 +70,7 @@
|
|||
#layout.minimal-layout {
|
||||
#sidebar {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#header-logo-container {
|
||||
|
|
Loading…
Reference in New Issue