Skip to content

Commit

Permalink
fix: change user tooltip container to content
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Sep 21, 2020
1 parent fe2dc31 commit 02a48e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/app.js
Expand Up @@ -195,7 +195,7 @@ app.cacheBuster = null;
$(this).tooltip({
placement: placement || $(this).attr('title-placement') || 'top',
title: $(this).attr('title'),
container: 'body',
container: '#content',
});
});
};
Expand Down

0 comments on commit 02a48e1

Please sign in to comment.