rlv-dan / Snap2HTML

Generates directory listings contained in a single, app-like HTML files
http://www.rlvision.com/snap2html
GNU General Public License v3.0
505 stars 91 forks source link

Suggestion for template: sticky header #30

Open spacevoyager78 opened 3 years ago

spacevoyager78 commented 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

Thanks for a great software!