talis / ng-context-menu

An AngularJS directive to display a context menu when a right-click event is triggered.
https://talis.github.io/ng-context-menu/
MIT License
8 stars 3 forks source link

Compatibily with boostrap 4.6? #7

Open JuanCamilo0809 opened 2 years ago

JuanCamilo0809 commented 2 years ago

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

Do you have any solution? Thanks,

werenike commented 1 year ago

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

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