Unfortunately, this is not supported.
However, if the problem is that the bottom scrollbar is not accessible without scrolling, I recommend checking the heightSpec
property which lets you set the height to 100% of the parent element.
This way, you can create a full-screen layout where the whole page fit into the viewport and the bottom scrollbar will always be accessible.