Closed narqo closed 8 years ago
The code below doesn't work properly as zIndexGroupLevel that is set in Modal, isn't inherited by Select.
zIndexGroupLevel
<Modal zIndexGroupLevel={10}> <Select> </Select> </Modal>
close in favor of #123
The code below doesn't work properly as
zIndexGroupLevel
that is set in Modal, isn't inherited by Select.