Fixup folder list overflow

This commit is contained in:
Johannes Zellner
2022-09-02 14:42:07 +02:00
parent 536bb84ade
commit 3b8f1c2541
+5
View File
@@ -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;