Repeating Group Isn't Scrolling

Hello Fellow Bubblers!

I am working on an app that has a chat feature. For some reason the repeating group I’m using in this chat feature doesn’t scroll up when it’s in desktop mode (the screen is wider) but it does scroll up when its in mobile mode (the screen is narrower). I can’t figure out why this bug is happening. It’s obviously affected by the screen width but I can’t tell why.

Here is a loom video explaining the problem: Loom | Free Screen & Video Recording Software | Loom

Here is a screenshot of the RG configuration:


Please let me know if you have any advice.

Thank you,
Joaquin From Astonish No-Coders

1 Like

Rows 15 … is that not the problem?

Maybe change it to external scroll?

Might also be the screen height that is limiting to scrolling?

Difficult to tell without looking at the app.

1 Like

Thank you for the reply @NigelG,

I think it has to do with the screen height limiting the scrolling. I’ll try a few things out.

What css are you using? I see you have an element Id set

I figured out a temporary workaround. If I change the height or the RG (make it shorter) then it works. I have to do more research into why this is.