Skip to main content

Hello everyone, 

 

I’m trying the hide  the content on the bottom (underneath the arrows) so it will be visible only when scrolling in prototype mode. I cannot seem to hide it, ‘since move to back’ doesn’t work in this case. Any tips? 

Also I’m not sure this is the right way to do it, but maybe after I will be able to hide it, I could figure it out. Thank you!

 

 

 

Hi there!
I've run into a similar situation and what worked best for me is this structure:

  • Set the top and bottom parts of the screen (like the header and bottom navigation) to fixed or sticky in position.
  • The middle area (usually the content or feed) should have a larger height than the screen to allow overflow.
  • Then, apply vertical scrolling to that middle section.

This setup ensures that only the content scrolls while the navigation stays in place. I’ve attached a few screenshots from my file in case it helps.
 


Hope it’s useful!


Thanks! I’ll check it out.


Reply