Hey Bubblers! So for the app that I am making, there is going to be a “sidebar” sort of like on twitter that locks to the side of the screen, and is not affected when I scroll. So far I have a reusable element with “profile” “home” and “post” buttons, but when I scroll, it moves. How do I “lock” it to one side of the screen? Thanks!
You can make use of the Floating group container and put the sidebar on top of the floating group.
You will have options on where you want to keep your
I hope this helps out.
1 Like
Thanks man! Worked like a charm.
1 Like