From 435fa927ee5c0c98f7f34c33bbd1701d029fa8ab Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 19 May 2014 21:31:35 -0700 Subject: [PATCH] Calendar tooltip now attached to body --- src/UI/Calendar/CalendarView.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/UI/Calendar/CalendarView.js b/src/UI/Calendar/CalendarView.js index c386acbda..4ff2b5043 100644 --- a/src/UI/Calendar/CalendarView.js +++ b/src/UI/Calendar/CalendarView.js @@ -58,7 +58,8 @@ define( }); this.$(element).find('.chart').tooltip({ - title: 'Episode is downloading - {0}% {1}'.format(event.progress.toFixed(1), event.releaseTitle) + title: 'Episode is downloading - {0}% {1}'.format(event.progress.toFixed(1), event.releaseTitle), + container: 'body' }); } },