From 904ee7dc23420a0264f4007455edc0d08bffe173 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 11 Aug 2014 16:40:41 -0700 Subject: [PATCH] Attach calendar tooltips to calendar instead of body --- src/UI/Calendar/CalendarView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UI/Calendar/CalendarView.js b/src/UI/Calendar/CalendarView.js index afd900920..bf147770f 100644 --- a/src/UI/Calendar/CalendarView.js +++ b/src/UI/Calendar/CalendarView.js @@ -95,7 +95,7 @@ define( this.$(element).find('.chart').tooltip({ title: 'Episode is downloading - {0}% {1}'.format(progress.toFixed(1), releaseTitle), - container: 'body' + container: '.fc-content' }); } } @@ -235,7 +235,7 @@ define( this.$(element).find('.status').tooltip({ title: tooltip, - container: 'body' + container: '.fc-content' }); } });