Skip to content

Commit

Permalink
fix: add user tooltips to body
Browse files Browse the repository at this point in the history
so they don't get cutoff  in containers with overflow:hidden
  • Loading branch information
barisusakli committed Sep 19, 2020
1 parent e6ea208 commit 047c414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/src/app.js
Expand Up @@ -195,6 +195,7 @@ app.cacheBuster = null;
$(this).tooltip({
placement: placement || $(this).attr('title-placement') || 'top',
title: $(this).attr('title'),
container: 'body',
});
});
};
Expand Down

0 comments on commit 047c414

Please sign in to comment.