Skip to content

Commit

Permalink
PATCH: add height to bimdata-tree to fix search when there is vertica…
Browse files Browse the repository at this point in the history
…l scroll with many files (#501)
  • Loading branch information
LrxGaelle authored Jan 13, 2025
1 parent 1b4a8b4 commit 660b479
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,9 @@ defineEmits(["close"]);
.content {
height: 100%;
}
&:deep(.bimdata-tree) {
height: calc(100% - 44px);
}
}
</style>

0 comments on commit 660b479

Please sign in to comment.