I am trying to work with an HTML table that has a scroll feature. When a cell is clicked, a custom component opens. However, I am having trouble getting the custom component to scroll as well.
Take a look at my jsfiddle here:
: https://jsfiddle.net/rujz69nq/4/
I am hoping to achieve a result where the custom component opens over the table, so that when clicking on the last row it won't take up extra space inside the table. Does anyone have any suggestions on how to achieve this?