From 83d198108c294151425021290ae9d211732c5ceb Mon Sep 17 00:00:00 2001 From: Mikunj Date: Fri, 30 Aug 2019 10:02:35 +1000 Subject: [PATCH] Fix the ui bug where items would appear over the loki logo. --- stylesheets/_modules.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index ee97bdf7a..1f433c904 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -3264,6 +3264,7 @@ .module-left-pane__list { flex-grow: 1; flex-shrink: 1; + overflow-y: auto; } .module-left-pane__virtual-list {