Skip to content

Commit

Permalink
fix(dateTime): make sure picker-column is show on retina screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Dec 6, 2016
1 parent 44d772f commit b17950d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/picker/picker.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b17950d

Please sign in to comment.