From cf6512bc57b899d3110848be4aaf1cb2458818bc Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 31 Jul 2013 10:14:27 -0700 Subject: [PATCH] Toggle cell appends tooltip to body --- UI/Cells/ToggleCell.js | 1 + 1 file changed, 1 insertion(+) 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;