Skip to content

Commit 4371cc4

Browse files
committed
fix: tree scroll
1 parent 0c9831d commit 4371cc4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/app/elements/asset-tree/asset-tree.component.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
.tree-type-banner {
3636
position: relative;
3737
display: flex;
38+
flex: 0 0 30px;
3839
height: 30px;
40+
min-height: 30px;
3941
line-height: 30px;
4042
padding-right: 11px;
4143
padding-left: 15px;
@@ -153,7 +155,7 @@
153155

154156
.tree-type-content {
155157
position: relative;
156-
flex: 1 1 auto;
158+
flex: 1 1 0;
157159
padding: 1px;
158160
min-height: 0;
159161
height: auto;

0 commit comments

Comments
 (0)