css: Show overflowing content in the sidebar while in minimal layout

fixes #4189
This commit is contained in:
Johannes Meyer 2020-06-23 09:41:22 +02:00
parent 361fc27922
commit 38e585222e
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@
#layout.minimal-layout {
#sidebar {
width: 100%;
overflow: auto;
}
#header-logo-container {