I am currently facing an issue where the sub-menu items are hidden behind the content in a bootstrap carousel. Despite everything else working fine, this particular problem is causing a headache.
JSFiddle:
https://jsfiddle.net/Saneesh/pwmyvsw6/65/
Is there a way to resolve this issue? Any suggestions would be greatly appreciated.
EDIT
The solution provided here https://jsfiddle.net/pwmyvsw6/67/ seems to work, but it leads to the appearance of a horizontal scrollbar when navigating through the carousel using the previous and next buttons, as shown in the screenshot below. How can we tackle this scrollbar issue within the solution?
https://i.sstatic.net/zxqh8.jpg
THE IDEA I CAME UP WITH IS
switching from a menu setup to tabs. This change could potentially allow for scrollable tabs with tab content displayed as menu items instead.