Z-index for navigation modal

Hi, how can I change the z-index setting for a navigation dropdown modal? Thanks

Hey Cathal,

What part of the Navigation Modal you need z-index for? There could be an option for it. We just need to know what specific part or you could tell us what the problem is. Please provide the URL of the page having the issue.

Thanks.

Hi, it’s the dropdown on the navigation modal.

Hi Cathal,

To adjust the z-index of the dropdown, you can add this to the Navigation Dropdown element’s Element CSS area

$el .x-menu-dropdown.x-dropdown {
  	z-index:100000;
}

Do you have an issue where the dropdown is behind the Bar? if so, please turn OFF your Bar’s content scrolling option instead.



Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.