talis/ng-context-menu

Compatibily with boostrap 4.6?

Opened this issue · 1 comments

I have error with boostrap 4.6, don´t show nothing.

Do you have any solution?
Thanks,

In my case at least, one solution seems to be to add this CSS rule:

.open > .dropdown-menu {
  display: block;
}