Sticky headers

Has anyone had any success with implementing fixed/sticky headers with regards to the webportal? I’ve been attempting to use the webportal components from the hub, but perhaps I would have better luck starting from scratch.

Any guidance would be appreciated.

Hi,
The problem with that is that the content of each component or view lives in an iframe. I have an idea, but never tried it myself: Try to use a Generic JavaScript View which sets the desired header as its content, then use window.frameElement to access the iframe element and set the iframe’s position CSS property to “fixed”.
Kind regards,
Alexander

5 Likes

Ah , that makes sense. Thank you

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.