diff --git a/src/components/picker/picker.ios.scss b/src/components/picker/picker.ios.scss index 1272cdbddc8..1c407a3486e 100644 --- a/src/components/picker/picker.ios.scss +++ b/src/components/picker/picker.ios.scss @@ -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; }