mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(picker): fix iOS picker options that shouldn't be showing (#16055)
This commit is contained in:
@ -116,7 +116,10 @@ export class PickerColumnCmp implements ComponentInterface {
|
||||
translateY = 0;
|
||||
translateZ = 90;
|
||||
transform = `rotateX(${rotateX}deg) `;
|
||||
} else {
|
||||
translateY = -9999;
|
||||
}
|
||||
|
||||
} else {
|
||||
translateZ = 0;
|
||||
translateY = optOffset;
|
||||
|
Reference in New Issue
Block a user