Header
There are two options for the header : static
and sticky
to the top page.
The default state is static, so the header will move to the top or bottom when scrolling the page.
Add a .hd--sticky
class to the #root
to make it sticky at the top of the page.
<body>
<div id="root" class="root hd--sticky">
...
...
</div>
</body>