I have a <table> which is made scrollable by wrapping it in a <div> of fixed height.
This <table> has a dropdown component (blue container in 2nd column of 1st row in the image and jsfiddle given below) which is hiding behind the container <div>. I want it to display all the options Instead.
JSFIDDLE (example)
How should I bring the dropdown component outside the container <div> to display all the options as in the image below?
If I remove the pRelative container, then the dropdown is fully visible - But when I scroll, the dropdown does not scroll along with it's container.
Thanks in advance.
PS: Looking for CSS/javascript solution only.