usgs/hazdev-template

Content Width Issue

Opened this issue · 2 comments

On smaller screens wider than the mobile breakpoint, but too narrow to include the side navigation along with page content, horizontal window scrolling gets introduced.

I think this is because the .sidenav-content element is not properly resized for these intermediate screen sizes. See attached screenshot.

screen shot 2018-06-28 at 9 20 22 am

this may be related to the forecast module content, not being constrained to max-width?

No, this happens on several modules. The sidenav-content container is too large and should be constrained. Adding max-width 100% to OAF had no effect.