Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion for template: sticky header #30

Open
spacevoyager78 opened this issue May 2, 2021 · 0 comments
Open

Suggestion for template: sticky header #30

spacevoyager78 opened this issue May 2, 2021 · 0 comments

Comments

@spacevoyager78
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants