diff --git a/UI/Cells/ToggleCell.js b/UI/Cells/ToggleCell.js index 71ab9fcaf..7c530e510 100644 --- a/UI/Cells/ToggleCell.js +++ b/UI/Cells/ToggleCell.js @@ -46,6 +46,7 @@ define( if (tooltip) { this.$el.attr('title', tooltip); + this.$el.attr('data-container', 'body'); } return this;