I have created a page with an iframe. The issue is the sub menu displays behind the iframe content. I thought it was a z-index issue but that did not seem to fix it. Please advise. Thank you.
Hi,
To fix it, you can add this in X > Launch > Options > CSS
.x-navbar {
z-index: 99999;
}
Hope that helps
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.