From 3b8f1c2541028ffcc6bebf4c899e60bdb27deed9 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 2 Sep 2022 14:42:07 +0200 Subject: [PATCH] Fixup folder list overflow --- src/theme.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/theme.scss b/src/theme.scss index a85bb3097..a4ff5acb3 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -1838,10 +1838,14 @@ tag-input { .file-trees { display: flex; overflow: hidden; + height: 100%; } filetree { width: 100%; + position: relative; + display: flex; + flex-direction: column; &.two-pane { width: 50%; @@ -1910,6 +1914,7 @@ tag-input { border: 2px solid transparent; position: relative; height: 100%; + flex-grow: 1; &.top-scroll-indicator { transition: box-shadow 200ms;