Skip to content
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

MUI ios16.4 选择器滑动的数据出现白条 日期选择也出现错位白条 #525

Open
icecola0303 opened this issue Apr 3, 2023 · 3 comments

Comments

@icecola0303
Copy link

No description provided.

@83628410
Copy link

83628410 commented Apr 4, 2023

.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)/
}

注释掉就可以了

@sutra
Copy link

sutra commented May 30, 2023

@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;
	}
}

@iHaroro
Copy link

iHaroro commented Jun 30, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants