Whole App is Scrollable - How to Lock?

Seems silly but I don’t see where to lock my app from scrolling.

I am going to wrap this app using BDK and release on the app stores, so will BDK strip this away, or is it a setting in Bubble?

Note: There is only a single “index” page and no others since it’s a mobile app. I figured I could set an option for the index page but it’s not there

Checking to make sure no one knows the answer

Usually your app doesn’t need to be scrollable if you built it the right way. It only becomes scrollable when the elements don’t fit on the page. How have you designed it? Can you show some screenshots? Hope to help out. :blush:

Sure! Thank you for responding.

I have one group on the page and luckily it has a border around it so you can see the size.

There is nothing else on this page at all. The nav bar is a floating group.

This first pic is what it looks like at loading:

Then, I can scroll away the group and go down to all blank white space…

It’s like the height of index is too big? I’m not sure what causes this, but I don’t find a dynamic setting for height as there is for width in the responsive layout design

I see. The picture is helpful. Check the minimum page height. Put it to 0. If there are other elements, make sure they collapse when hidden and remove the minimum height as well. Let me know if that helps :blush: