Popup renders below table with custom VF page

I have a custom VF page that houses my Skuid page. The VF page has headers/side bar off and utilizes bootstrap for the css stylesheet. For some reason, my popups are being rendered behind the skuid table it is generated from. When I inspect the element the popup has a z-index of 101 and the table of 100, so I’m not sure why this is happening.


Found the problem. I had my skuid:page call wrapped inside of the fixed navbar. Moved it into its own container and its fixed.

Glad you were able to get this figured out.  Thanks for letting us know…