I have a series of divs with z-index:20
(this is a must be for visual styling reasons), but inside one of them, I have a datepicker which stands as position:absolute
floating above everything. I've assigned z-index: 1000
as a great value in order to achieve this.
I discovered the inner z-index this doesn't work because of the parent container. Is there such a hack to workaround this ? The parent container must have such z-index in order to be above a sibling div, but the datepicker, which is inside one of the boxes, must be on top of everything, and now it is hiding under the next box.
This is the codepen with an actual example: http://codepen.io/anon/pen/jWZMPw