Closed maxkoshel closed 8 years ago
Incorrect z-index of select inside modal. Modal has z-index 20001 by default, select's popup — 1001.
zIndexGroupLevel that is set in Modal, isn't inherited by Select.
zIndexGroupLevel
<Modal zIndexGroupLevel={10}> <Select> </Select> </Modal>
Incorrect z-index of select inside modal. Modal has z-index 20001 by default, select's popup — 1001.
zIndexGroupLevel
that is set in Modal, isn't inherited by Select.