Triple checking how to do sticky header

So I can make a sticky header by:

  1. Make a floating group vertically float to the top
  2. Put the re-usable header element inside the floating group

But I was wondering if there was another way of making a sticky header? Is there a configuration setting inside the re-usable header element?

Thanks in advance! :grin:

Use the floating group

You can make a reusable floating group, no need to have a separate floating group on the page.

1 Like

Ah I see that makes sense.

Reusable floating group rather than reuseable header inside a floating group.