You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bootstrap stylesheet for the website sets the header to position:
fixed, taking it out of the layout flow. Some javascript later updates
the style attribute, so that the content is pushed down by an
appropriate amount.
If JS is disabled that correction doesn't happen, and so the header
overlaps the content.
Make the header static by default, and only apply position: fixed if
JavaScript is enabled.
Fixes#599
Signed-off-by: Peter Schultz <[email protected]>
https://fabiolb.net/
"Features" is partly hidden on Firefox.
The text was updated successfully, but these errors were encountered: