julianfresco / broen

A starter theme for admin dashboards in front-end frameworks. Demo:
https://julianfresco.github.io/broen
0 stars 0 forks source link

Fixed size block elements scroll off page #17

Closed julianfresco closed 8 years ago

julianfresco commented 8 years ago

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

julianfresco commented 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.