-
Notifications
You must be signed in to change notification settings - Fork 160
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(table-of-contents): TOC scroll-behavior style typo #10982
fix(table-of-contents): TOC scroll-behavior style typo #10982
Conversation
Deploy preview created for package Built with commit: b2fbce5f13e2173d81ab8ca1b8822f65b882ed2f |
Deploy preview created for package Built with commit: b2fbce5f13e2173d81ab8ca1b8822f65b882ed2f |
Deploy preview created for package Built with commit: b2fbce5f13e2173d81ab8ca1b8822f65b882ed2f |
Deploy preview created for package Built with commit: b2fbce5f13e2173d81ab8ca1b8822f65b882ed2f |
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.
code changes look good to me. not sure what's up with these tests right now
The prettier format checks are failing. @marcelojcs run a |
@kennylam I fixed the prettier issue. My read on the remaining CI failures is its the usuall mix of persistently failing things in all the places. I believe we are good to go here. Thanks! |
@m4olivei Great, thanks! |
Deploy preview created for package Built with commit: b2fbce5f13e2173d81ab8ca1b8822f65b882ed2f |
Related Ticket(s)
Closes #10493
Jira https://jsw.ibm.com/browse/ADCMS-3701
Description
Fixed the typo in the table-of-contents from scroll-behaviour: smooth; to scroll-behavior: smooth;
Changelog
Changed
changed the mistyping: scroll-behaviour: smooth; to scroll-behavior: smooth; in the "table-of-contents" component.