Dash modebar CSS

Hi,

As a known issue, modebar is broken for dropdowns and the fix is

.Select-menu-outer, .DateRangePicker__picker {

z-index: 1002;

}

Is there the same CSS fix for SINGLE DATE PICKER? (MULTI IS FINE)

FIX:

.SingleDatePicker__picker{
z-index: 1002;
}