I have a parent container having 3 child elements, I want the Second Child element to be on top of other elements by using Position to Absolute and Z-index to almost 9999+
however, still content below it is visible.
as far as i understand, it is issue with “Stacking Context”
I would personally recommend to change the children button style, as it becomes too much with the hero buttons, or you can add a bigger vertical, internal margin to the div.
Remember to set the parent element to relative, so the “absolute” would be based on this, instead of the body.