sydcanem / bootstrap-contextmenu

Context menu plugin for Twitter's Bootstrap framework
http://sydcanem.com/bootstrap-contextmenu/
645 stars 193 forks source link

[Tips] Adaption for bootstrap v4+ #110

Open alexhua opened 1 year ago

alexhua commented 1 year ago

Add style code below to your css file

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