Content Width Issue
Opened this issue · 2 comments
emartinez-usgs commented
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.
jmfee-usgs commented
this may be related to the forecast module content, not being constrained to max-width?
emartinez-usgs commented
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.