narqo / react-islands

react-islands Components Library
MIT License
120 stars 13 forks source link

Overlay: Inherit zIndexGroupLevel from ancestors #124

Closed narqo closed 8 years ago

narqo commented 8 years ago

The code below doesn't work properly as zIndexGroupLevel that is set in Modal, isn't inherited by Select.

<Modal zIndexGroupLevel={10}>
  <Select>
  </Select>
</Modal>
narqo commented 8 years ago

close in favor of #123