From 4818a7d617c7349042b8b5e17e7bd7b07a142ef7 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 9 Jul 2012 16:29:45 +0200 Subject: [PATCH] quick fix for color pickers inside form panels --- source/Ox.UI/js/Form/Picker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 || {});