Fix the ui bug where items would appear over the loki logo.

pull/453/head
Mikunj 6 years ago
parent c4dd10a5cd
commit 83d198108c

@ -3264,6 +3264,7 @@
.module-left-pane__list { .module-left-pane__list {
flex-grow: 1; flex-grow: 1;
flex-shrink: 1; flex-shrink: 1;
overflow-y: auto;
} }
.module-left-pane__virtual-list { .module-left-pane__virtual-list {

Loading…
Cancel
Save