The sticky header is dinamically built by checking the height of the tag of the page because if there are new replies or messages, it changes.
What I didn't do is to align the <h1> title below it on a dinamic position. These takes sometimes additional space without reason.
Also we could make it less prominent, an <h3> or <h4> should be visible enough anyway without taking so much space.
Also the body is shifted down to not overlap the content with the sticky header when the transition happens but again the body is shifted by a fixed amount (100px) that conservatively should always be enough but I already found some cases in which it isn't.
The sticky header is dinamically built by checking the height of the tag of the page because if there are new replies or messages, it changes.
What I didn't do is to align the
<h1>
title below it on a dinamic position. These takes sometimes additional space without reason.Also we could make it less prominent, an
<h3>
or<h4>
should be visible enough anyway without taking so much space.Also the body is shifted down to not overlap the content with the sticky header when the transition happens but again the body is shifted by a fixed amount (100px) that conservatively should always be enough but I already found some cases in which it isn't.