My current project involves creating a table using only div elements, with the added challenge of having a fixed header so it remains visible while scrolling. The initial setup was looking good until I attempted to implement the fixed header:
Check out the implementation here
Unfortunately, when I applied the position: fixed
, either the size of the header or the body started changing unexpectedly.