You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scrolling pages on the Helm web site is difficult on mobile devices due
to nested scrolling containers. This changeset removes the nested
scrolling containers.
The fix to remove the nested scrolling containers caused pages to start
scrolling horizontally because the content of the pages have negative
margins, which makes the page wider than 100%. The rest of this
changeset addresses the negative margins by removing them and/or
offsetting them in each element that was causing the page to horizontal
scroll.
Fixeshelm#741Fixeshelm#1393Fixeshelm#1464
Signed-off-by: Matt Light <[email protected]>
Using Chrome on Android, scroll is unusable. The page seems to be wrapped in a container that has its own scroll bar.
The text was updated successfully, but these errors were encountered: