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

fixes #4189

(cherry picked from commit 38e585222ede88eb30374cfa89736b39e72d4be8)
This commit is contained in:
Johannes Meyer 2020-06-23 09:41:22 +02:00
parent 5e6c1a9c45
commit ad7f009b05

View File

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