mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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 {
|
||||
height: $picker-ios-height - $picker-ios-toolbar-height;
|
||||
height: $picker-ios-height - $picker-ios-toolbar-height - 1;
|
||||
|
||||
perspective: $picker-ios-column-perspective;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user