Any way to make a stick header?

I have a Perspective project that uses the north stick header with a link menu for big screens, hamburger menu for tiny screens, the Perspective Web Nav template.

Is there a way to make say the top row of a column container sticky so that scrolling would still leave it at top, right beneath the north dock? I can’t find any style that looks like it would do it and I’m not sure if its possible. The end goal is to just keep the title of the view visible to the user as they scroll down. Any thoughts on how to do this?

Containers in Containers in Containers

root
L FlexContainer (column mode)
  L Column Container
    L Label (Title)
  L Column Container (props.styles.overflow == 'scroll', props.position.grow=1)
    L Remaining Components
1 Like

Going to try this out today, thank you.