I have main parent div .objects-wrap
which is absolutely positioned and in that I have a table
.
Now as the columns increase the horizontal scroll comes in the bottom to parent div .objects-wrap
.
Now the issue is in my last td
there is bootstrap drop down menu which gets hidden because of the horizontal scroll bar even if there is a z-index:1000
applied to dropdown menu.
The horizontal scroll bar overlaps the dropdown menu What do I do to show the dropdown menu over the scrollbar
Click here to see the JSfiddle for your reference
I hope this explains the scenario and thanks in advance :)