diff --git a/source/Ox.UI/js/Form/Picker.js b/source/Ox.UI/js/Form/Picker.js index 68844601..c2d84d1c 100644 --- a/source/Ox.UI/js/Form/Picker.js +++ b/source/Ox.UI/js/Form/Picker.js @@ -22,7 +22,7 @@ Ox.Picker = function(options, self) { element: null, elementHeight: 128, elementWidth: 256, - overlap: 'none' + overlap: 'right', // 'none' }) .options(options || {});