Hi 127ys23,
The best solution is for you should select the Boxed layout here:
Or you can add a custom class to the module class field, including a space before the class.
And then add the following class to your template:
.fixed-jaw-module {
overflow: scroll;
}
.fixed-jaw-module .jaw-wrapper {
overflow-x: scroll;
min-width: 900px;
}
Hope this helps!