When in the Classic Designer there is an option to Optimize form layout on mobile devices and when you turn this off, if the X axis overflows the current browser width, a scroll bar is displayed at the bottom.
In the Modern Designer I was looking for the same feature, but instead I only see an option to Disable automatic layout adjustment for small screens. However if I choose this I still don't see any scroll bar when the form overflows in the X axis and the form continues to shrink itself to match the current resolution of my browser.
How do I set the x axis overflow to scroll? I tried adding the style
overflow-x: scroll !important;
To the body, flr-root, lf-form, etc without any luck.