Merge pull request #20078 from owncloud/tipsy-body
Append tipsys to body
This commit is contained in:
commit
c15b2094e5
1 changed files with 2 additions and 1 deletions
|
@ -1981,7 +1981,8 @@ jQuery.fn.tipsy = function(argument) {
|
|||
placement: 'bottom',
|
||||
delay: { 'show': 0, 'hide': 0},
|
||||
trigger: 'hover',
|
||||
html: false
|
||||
html: false,
|
||||
container: 'body'
|
||||
};
|
||||
if(argument.gravity) {
|
||||
switch(argument.gravity) {
|
||||
|
|
Loading…
Reference in a new issue