Epic split dropdown menu overlaps note in epic show page
Screen_Recording_2021-07-21_at_7.34.00_AM
Cause: !60552 (merged) changed tab-content
css class by giving it an isolated context on mobile in common.scss
:
.tab-content {
overflow: visible;
+ @include media-breakpoint-down(sm) {
+ isolation: isolate;
+ }
}