Page margin on the bottom of the page

Hello,

I am trying to figure out how to eliminate the small margin on the bottom of the page when I preview the app (even without the debugger). Does anyone knows how?

Because on the “configuration” page there is no margin…

The pictures show that small margin below the sidebar (with the darker color) on the left

If you preview the app without debugger bubble shows a blue promotion bar. In the live environment from what I know the gap is not there.

1 Like

I’d make that left bar a floating group anchored to both the top and bottom. That’s the most reliable way of making sure that:

  • There’s no gap at the bottom if the user’s monitor height is taller than the page height you designed in the editor
  • There’s no unnecessary scrolling if the user’s monitor height is shorter than the page you designed in the editor
1 Like