We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
.mui-picker-inner { position: relative; width: 100%; height: 100%; /-webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent);/ /-webkit-mask-box-image: linear-gradient(top, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent)/ }
注释掉就可以了
Sorry, something went wrong.
@supports (margin-trim: block) { /* Supported from Safari 16.4 */ /* https://developer.apple.com/documentation/safari-release-notes/safari-16_4-release-notes */ .mui-picker-inner { -webkit-mask-box-image: unset; } }
try this: 《MUI 中 Picker 插件异常表现问题修复(白色遮罩,滚动异常)》
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: