#moreDashboardContainer .select2-container--open + .select2-container--open{
    right: 0px;
    left: unset !important;
    width: min-content !important;
    min-width: 100%;
}

/* Fix for Chrome/Safari max-height w/ overflow-auto strange behavior */
#moreDashboardContainer .select2-container--bootstrap4 .select2-results > .select2-results__options {
    overflow-y: scroll;
}