Page layout - Development version vs. Preview Version

When I view my app in development mode, the footer appears at the bottom of the page. However, when opened in preview mode, there is a lot of extra space on the bottom of the page below the footer.

How can I get ride of this extra space so that the preview looks the same as it does in development mode?

1 Like

That portion of the preview is to display the debugger. To hide it (and the space), remove “?debug_mode=true” from the URL.

4 Likes