Bootstrap dropdown menu getting hidden behind the dhtmlx layout

390 views Asked by At

I am using a DHTMLX 3T layout, in which topmost layout(a) has the bootstrap components(Drop down, search box, etc).

When I click on the dropdown, the menu is getting hidden behind the other layout(c) and I am unable to see the menu list. Can you let me know the solution for this problem so that i can see the menu items. I have tried to set the z-index for the drop down but still unable to resolve the issue.

Click to see the image showing the issue

1

There are 1 answers

0
sematik On BEST ANSWER

Your bootstrap menu is attached to the layout cell and designed so that it is not available to show it outside the current container. You may only try to create your menu outside of the layout cell.