Hi Everyone,
I'm trying to use some javascript to make the column headers in my Forms table 'Stick' so that they are always visible at the top of the table when scrolling through a table with lots of rows. It's working to an extent, however it looks as though the <thead> element is transparent and the table rows scroll underneath it
Does anyone have any suggestions about CSS properties I might need to change so that the table rows always appear below the header?