mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(dateTime): make sure picker-column is show on retina screens
This commit is contained in:
@ -94,7 +94,7 @@ $picker-ios-option-offset-y: (($picker-ios-height - $picker-io
|
|||||||
}
|
}
|
||||||
|
|
||||||
.picker-columns {
|
.picker-columns {
|
||||||
height: $picker-ios-height - $picker-ios-toolbar-height;
|
height: $picker-ios-height - $picker-ios-toolbar-height - 1;
|
||||||
|
|
||||||
perspective: $picker-ios-column-perspective;
|
perspective: $picker-ios-column-perspective;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user