-
Notifications
You must be signed in to change notification settings - Fork 138
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(side panel): slideIn not working as expected in Storybook #6501
fix(side panel): slideIn not working as expected in Storybook #6501
Conversation
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6501 +/- ##
=======================================
Coverage 79.83% 79.84%
=======================================
Files 394 394
Lines 12872 12872
Branches 4257 4257
=======================================
+ Hits 10277 10278 +1
+ Misses 2595 2594 -1
|
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.
Thanks for catching and fixing this. I made some small edits to the PR title for the release notes.
9d07dab
Closes #6480
The SlideIn option is not working as expected. Its behavior is currently identical to that of the SlideOver option, which should not be the case.
What did you change?
The issue was with storybook styling. I referred web components package to update the style and HTML in
SlideIn
Template inSidePanel.stories.jsx
How did you test and verify your work?
Storybook