Skip to content

Commit

Permalink
fix: limit displayed menu tree height (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG authored Jan 7, 2025
1 parent df47936 commit 41ced07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/workspace/workspace-menu/menu.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
@include table-inline-buttons;

:host ::ng-deep {
.p-treetable-wrapper {
overflow: auto;
max-height: 45rem;
}
.p-treetable-tbody {
tr[aria-level='2'],
tr[aria-level='4'],
Expand Down

0 comments on commit 41ced07

Please sign in to comment.