tab content --> z-index

I am using Tabbar and would like to display some other div �in-front-of� tab content.

I am setting huge z-index to that div, but I am still able to see the tab content behind that div.

Is there a way to set z-index to tab content? Or any other workarounds?



Thanks.

All used z-index inside tabbar has z-index lesser than 15, so it must cause problems for custom absolutly positioned elements.
If issue still occurs - please provide any kind of sample where problem can be reconstructed.