Skip to content

Commit

Permalink
Merge pull request #10 from kenshoo/bugfix/DE10814-tooltip
Browse files Browse the repository at this point in the history
fix DE10814 - Tickets now - tooltip is truncated within the boundaries o...
  • Loading branch information
charliehavak committed Mar 17, 2014
2 parents bb817d9 + e9e1c31 commit 7a935b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
if($.fn.tooltip){
this.$newElement.parent().addClass('has-info');
this.$newElement.tooltip({placement:'bottom',html:true});
this.$newElement.find('[data-original-title]').tooltip({placement:'bottom'})
this.$newElement.find('[data-original-title]').tooltip({placement:'bottom',container:'body'})
}
},

Expand Down

0 comments on commit 7a935b7

Please sign in to comment.