is it possible to create a scrollable zone? Let’s say, I have a group tab and I want my Content tab inside to be scrollable (inputs and text are inside). I don’t want my user to scroll the whole page. I just want him to scroll the content tab area.
Is it possible with Bubble? How do you do it? I’m new on Bubble, so please tell me step by step
If the content is a list, then you can use a repeating group element (which will retrieve/display your list) and set the layout style to Vertical Scroll
The multiline input can also scroll if you don’t allow it to “stretch to fit content”
HTML elements may also scroll depending on what you put in there. For example plain text without fitting to content should scroll.