Keep header pinned if JavaScript is not enabled and the document is server-side rendered
Opened this issue · 0 comments
kripod commented
In order to improve the UX of users with disabled JS, I think it would be a good idea to use the CSS class headroom--pinned
instead of headroom--unfixed
by default. If JS is enabled, then change the class back to headroom--unfixed
as soon as possible.