Actions
Bug #7654
closedAll media bodies have a Bootstrap 2 overflow conflict
Description
If Bootstrap 2 is loaded in addition to CBs Bootstrap 4 there's a conflict on .media-body with overflow being forced hidden, but this won't work for some of the dropdowns since they're inline. Either add a forced overflow CSS class or change the dropdowns back to being added to the body.
Actions