Hello. I am making an app and I am not able to find a simple scrollbar functionality in bubble.
What I am trying to do is to make a group fixed height with a button below and make the elements of the group scrollable. I am providing a screenshot for better understanding of the problem.
You can do this using CSS.
Set a new height for your group and then set overflow to auto
Set up a structure.
Try the following:
Footer fixed to bottom
Large container group with content groups inside stacked vertically (this is the key to getting “automatic” scrolling that Bubble produces given this arranging of groups)
For more info about this vertical stacking concept:
https://docs.airdev.co/canvas/v/2.0.0/using-bubble/bubble-best-practices/design
This topic was automatically closed after 70 days. New replies are no longer allowed.