mirror of
https://github.com/PitPik/colorPicker.git
synced 2025-09-22 23:52:37 -06:00
commit
e6dad61eeb
@ -115,7 +115,7 @@
|
||||
$colorPicker.css({
|
||||
'position': 'absolute',
|
||||
'left': position.left + options.margin.left,
|
||||
'top': position.top + +$input.outerHeight(true) + options.margin.top
|
||||
'top': position.top + $input.outerHeight(true) + options.margin.top
|
||||
});
|
||||
if (!multiple) {
|
||||
options.input = elm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user