Greetings,
We are making a drop down menu in which data comes dynamically and it can be hundred, thousand and so on. So we fixed the height of main container & hide the rest of the content and give the up & down arrow to scroll/see the hide elements.
Now we are making second level of that drop down in which have the same feature as the above.
But we have set the overflow:hidden, this also hide the second level element. Is any way to show that element outside the main container.