-
Notifications
You must be signed in to change notification settings - Fork 0
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(SideDrawer): prevent main page scrolling on sidedrawer open state #317
Conversation
✅ Deploy Preview for shidoka-applications ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
This doesn't really work because it affects things outside of the component, and requires the application to add custom CSS. I would instead recommend just using CSS overscroll-behavior: contain;
on the Side Drawer body. We should do the same to Modal for consistency.
…1.48.5...v1.48.6) (2025-01-08) ### Bug Fixes * **SideDrawer:** prevent overscroll ([#317](#317)) ([904e11d](904e11d))
🎉 This PR is included in version 1.48.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.0.0-next.42 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Prevent main page scrolling on sidedrawer open state
GitHub Issue Link
#316
Checklist
analyze
command to update Storybook docs.test
locally to address any failures.Screen Recording
Before Fix
Before_Fix.mov
After Fix
After_Fix.mov