Vertical Scroll-able Group?

I have a group that i want to stay fixed size, but the user should be able to scroll down for more info, is that possible, or that’s only for repeating groups?

If not, that would be a good idea to implement

1 Like

If you want a group to stay where it’s at, then use a floating group. Then use the page to scroll down for your remaining groups.

Unfortunately, you NEED the floating group to be positioned on the left side of your page. Try it out and you’ll see why in the responsive editor.

To clarify my question, i don’t want the POSITION of the group to stay fixed, i want the SIZE of the group to be fixed, and the content in the group that doesn’t fit in that size, should be visible by scrolling down.

I think this an essential feature needed.

Ah, I see what you mean. Interesting. I think using HTML would be the only way to pull something like that off. I’ve tried a few crazy things in regards to scrolling and manipulating what Bubble is capable of. Haven’t found any workarounds sorry. This would be a great feature though!

ye, if they can do it for Repeating Groups, i don’t think its a big deal for a group

1 Like

1 thing I was just thinking about was the following:

Create a database table with fields of text (and other data types if you need) and use it to section off content in your “scrolling group” which in reality would still be a repeating group.

It would be pretty complex and you’d need to do a lot of conditions and hidden collapsed groups but it’s doable.