Open SidduLakkarse opened 6 years ago
Try something like this:
.ngx-contextmenu > ul {
overflow: auto;
max-height: 200px;
}
Try something like this:
.ngx-contextmenu > ul { overflow: auto; max-height: 200px; }
sub menu...
context-menu-content ul {
max-height: 500px;
overflow: auto;
}
Hi Isaac Mann,
How do i add scroll bar for context menu. i am tried to use cdkScrollable ,but it is not working.
Could you please help me out this issue.
Attached the screen shot for your reference.