Need hype inside a div to respect the parent divs rounded corners

I have a hype put inside a div which is given a rounded corners with overflow hidden in css, but the hype seems to always be laid on top of it so the hypes corners keeps showing, basically the hype is overriding the parent div’s overflow:hidden. Have tried setting z-index but it didnt work. Is there a way to fix this? Thanks.

Setting the Z index of the wrapping DIV to a very high number (999) should resolve this – can you share a link?

Hi, I decided to go a different way. I tried the z-index but I have a persistent symbol which kept overriding the rounded corners of the parent div. Decided to lose the persistent symbol which was a footer of buttons, to be done as html outside of hype to control it.

Thanks anyway.