Skip to content

Commit b47aa7b

Browse files
committed
Added element.css: right: 'auto', bottom: 'auto'
1 parent 7717489 commit b47aa7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.effects.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ $.extend($.effects, {
390390
props[pos] = 'auto';
391391
}
392392
});
393-
element.css({position: 'relative', top: 0, left: 0 });
393+
element.css({position: 'relative', top: 0, left: 0, right: 'auto', bottom: 'auto' });
394394
}
395395

396396
return wrapper.css(props).show();

0 commit comments

Comments
 (0)