-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[base-ui][select] Fix screen-reader CSS to avoid body scrollbar #40599
Conversation
Netlify deploy previewhttps://deploy-preview-40599--material-ui.netlify.app/ Bundle size reportDetails of bundle changes (Toolpad) |
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.
🚀
@@ -4,6 +4,7 @@ import { | |||
unstable_useForkRef as useForkRef, | |||
unstable_useId as useId, | |||
unstable_useEnhancedEffect as useEnhancedEffect, | |||
visuallyHidden as visuallyHiddenStyle, |
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.
Off-topic
One day, it would be great to move this to its own folder
visuallyHidden as visuallyHiddenStyle, | |
import { visuallyHidden } from '@mui/utils/visuallyHidden', |
per #35840
Fix #40565
Preview: https://deploy-preview-40599--material-ui.netlify.app/base-ui/react-select/#introduction