ngx-contextmenu icon indicating copy to clipboard operation
ngx-contextmenu copied to clipboard

Issue with Scroll bar

Open SidduLakkarse opened this issue 6 years ago • 2 comments

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. scrollissue

SidduLakkarse avatar Jun 21 '18 13:06 SidduLakkarse

Try something like this:

.ngx-contextmenu > ul {
  overflow: auto;
  max-height: 200px;
}

isaacplmann avatar Jun 21 '18 13:06 isaacplmann

Try something like this:

.ngx-contextmenu > ul {
  overflow: auto;
  max-height: 200px;
}

sub menu...

context-menu-content  ul {
    max-height: 500px;
    overflow: auto;
}

yuriy-bezrukov avatar Apr 04 '19 05:04 yuriy-bezrukov