quick fix for color pickers inside form panels
This commit is contained in:
parent
c30831d9bf
commit
4818a7d617
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Ox.Picker = function(options, self) {
|
|||
element: null,
|
||||
elementHeight: 128,
|
||||
elementWidth: 256,
|
||||
overlap: 'none'
|
||||
overlap: 'right', // 'none'
|
||||
})
|
||||
.options(options || {});
|
||||
|
||||
|
|
Loading…
Reference in a new issue