Open spacevoyager78 opened 3 years ago
Hi! The header of the table contents can become sticky when scrolling, if you use:
#files.tablesorter thead tr th { position: sticky; top: 0; }
Maybe you can consider putting it in the template. Support for position: sticky can be seen here: https://caniuse.com/css-sticky
position: sticky
Thanks for a great software!
Hi! The header of the table contents can become sticky when scrolling, if you use:
Maybe you can consider putting it in the template. Support for
position: sticky
can be seen here: https://caniuse.com/css-stickyThanks for a great software!