[NIFI-13857] fix appearance and animations menu scrollbar issue (#9366)

This closes #9366
This commit is contained in:
Scott Aslan 2024-10-09 14:14:52 -06:00 committed by GitHub
parent 71d021274e
commit f48d60abf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -296,6 +296,10 @@
font-size: 14px !important;
}
.mat-mdc-menu-content {
height: 100%;
}
.mat-mdc-menu-content .mat-mdc-menu-item {
min-height: 2.25rem;
}