PerfectMemory / ngx-contextmenu

A context menu component for Angular
https://perfectmemory.github.io/ngx-contextmenu
MIT License
42 stars 12 forks source link

feat: added overflow to large context menus #20

Closed timonkrebs closed 1 year ago

sroucheray commented 1 year ago

Hi @timonkrebs, please could you open a ticket with a link to a stackblitz example of the problem you are trying to solve. I prefer having discussion in ticket before agreeing on MR.

timonkrebs commented 1 year ago

look at https://stackblitz.com/edit/node-3zvs2i?file=src%2Fstyles.scss now you are able to scroll the context menu if its too large.

sroucheray commented 1 year ago

Thanks @timonkrebs !