From d2ef15455ee97e8cb5b651d912f3337830b8235c Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 3 Feb 2015 18:41:54 +1030 Subject: [PATCH] Fix broken tooltip in index pane --- ember/app/components/discussions/discussion-listing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ember/app/components/discussions/discussion-listing.js b/ember/app/components/discussions/discussion-listing.js index 40e2570fc..3ad275a6f 100755 --- a/ember/app/components/discussions/discussion-listing.js +++ b/ember/app/components/discussions/discussion-listing.js @@ -57,7 +57,7 @@ export default Ember.Component.extend({ }, 100); if (this.get('discussion.isUnread')) { - this.$().find('.count').tooltip(); + this.$().find('.count').tooltip({container: 'body'}); } // var view = this;