Use the `fixed` attribute to set the header to a fixed position.

```html
<div>
  <sd-header fixed>
    <div class="slot slot--border slot--text">Default slot</div>
  </sd-header>
</div>
```
