Skip to content

Commit

Permalink
fix(dashboard): grow asset properties panel (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjuranek committed Mar 3, 2023
1 parent 0a5e8a1 commit 89fb6b6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
}

.stencil-resource-explorer-tree {
flex-grow: 1;
height: calc(100% - 300px);
max-height: calc(100% - 300px);
overflow: hidden;
overflow-y: scroll;
}

.stencil-resource-explorer-assets {
height: 300px;
flex-grow: 1;
overflow-y: scroll;
min-height: 300px;
}

0 comments on commit 89fb6b6

Please sign in to comment.