/* AR: violating SUIT convention for required specificity */
/* stylelint-disable selector-id-pattern */
#mainGanttLabelsHead .GanttSettingsDropdown .dropdown-menu {
    /* This causes DEVO-16324. Unfortunately changing overflow is completely throwing off the submenu position. */
    overflow-y: revert;
}

.GanttSettingsDropdown-colorSchemeOptions {
    margin: 4px 24px;
    width: 200px;
}
