As per my requirement, I need fixed headers/footers of a table. I need the overflowing absolutely positioned headers/footers withing the parent.
I tried following this answer https://stackoverflow.com/a/4605809/2968762
But, by applying position: relative;
to wrapper div, the headers/footers are not fixed anymore.