Fixed table header scroll both horizontal and vertical CSS ONLY
问题 Firstly, is it possible to achieve this using only CSS? I have built a table that can scroll both horizontally and vertically however, I want to have the header encapsulated within it's container and not appear outside of the wrapper. So that when you scroll horizontally the corresponding header is in line with the content of it's designated column. Using different variations of position: absolute and position: static give me some intended results but not the complete solution. You'll note