-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(masthead): update overflow scrolling positions #4333
fix(masthead): update overflow scrolling positions #4333
Conversation
Deploy preview created for package Built with commit: 9f8826e1f481d8036fddc7e10a979971c72132f1 |
Deploy preview created for package Built with commit: 9f8826e1f481d8036fddc7e10a979971c72132f1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good @ariellalgilmore! I'm seeing a few small things:
On load both arrows will flicker off when they aren't needed. A few times they didn't disappear at all. This is random but the flicker happens every time.
Same issue in Safari except the box-shadow
is still visible when the arrow disappears.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for trying to address this @ariellalgilmore!
@kennylam thanks! Fixed the flicker, but still trying to investigate why the gradient still shows in safari. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the update @ariellalgilmore!
Co-authored-by: Akira Sudoh <[email protected]>
Co-authored-by: Akira Sudoh <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the update @ariellalgilmore!
Co-authored-by: Akira Sudoh <[email protected]>
Co-authored-by: Akira Sudoh <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 - Thanks @ariellalgilmore! Would you want to update the snapshot?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great thanks @ariellalgilmore!
Related Ticket(s)
#4188
Description
update scrolling positioning to align with functional specs. Align items to right/left if partially hidden or move to start or end of container.
Changelog
Changed