Closed julianfresco closed 8 years ago
Note: An alternative resolution for this issue is to have any content that needs to be a specified width which can stretch outside the viewports, would be to apply overflow-x: auto
directly to that element or its parent, rather than have .broen-page
use overflow-x: auto
.
We'll leave it in for now, unless this causes undesired issues.
When a div has a min-width that causes x-scrolling, the scrolled conent will appear to be off the page. This can be resolved by setting the
overflow-x
property on.broen-page