Having the scroll bar is unappealing and unnecessary for hero components.
How Has This Been Tested?
I used yarn dev to build the example page, and then I decreased the width of the screen until the scroll bar appeared. After modifying the CSS, the issue no longer appeared.
Screenshots (if appropriate):
Types of changes
[X] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
A vertical scroll bar appears when the window size is less than ~1200 pixels. This scroll bar is unaesthetic and must be fixed.
Related Issue
https://jira.corp.adobe.com/browse/DEVSITE-466
Motivation and Context
Having the scroll bar is unappealing and unnecessary for hero components.
How Has This Been Tested?
I used yarn dev to build the example page, and then I decreased the width of the screen until the scroll bar appeared. After modifying the CSS, the issue no longer appeared.
Screenshots (if appropriate):
Types of changes
Checklist: