EDIT: Sorry, I just figured out my answer related to DatePickers and you asked about the dropdown menus. I am going to leave an answer, as it should still help you solve the problem. Just make sure your z-index drop-down menu is set to more than 2 to prevent the sliders from showing.
, - DatePicker jQuery-UI. DatePickers CSS:
.ui-datepicker {
z-index: 4;
}
Slider z-index of 2, . , DatePicker z-index datepicker div. .ui-datepicker:
inst.dpDiv.zIndex($(input).zIndex()+1);
z-index DatePicker input 4, , , . , , . , :
.ui-datepicker {
z-index: 4 !important;
}
, 1000 10000 - , , z-index, .