No fixed header/menu when scrolling

0
Hello, I am making an app, but I the menu bar (region-topbar) is fixed, so it always stays on top of the screen when scrolling. I don't want that. The menu should not scroll along. How can I do that? I can't find anywhere in the CSS where this is set.
asked
1 answers
1

Hi Lennart,

Your layout should have a scrollcontainer. In this scrollcontainer, you can set the scroll behavior as ‘full widget’ rather than ‘per region’. That should solve your issue.

answered