We are using the Window component with stage="FULLSCREEN" in a page that has HTML content in addition to the react app. When the window is opened it displays as expected but allows for scrolling down to see the content of the page that is not part of the react app.
Is there a way to prevent this scrolling so that the window appears to be the only content available to the user?
stackblitz example:
https://stackblitz.com/edit/react-o5rkfv?file=index.html