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.
Updated by krileon over 5 years ago
Opted to just remove dropdown parent usage so dropdowns once again are attached to document body. Doesn't look as nice with the alignment, but it's functional.
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions