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