Attach calendar tooltips to calendar instead of body

pull/4/head
Mark McDowall 10 years ago
parent 4540cf05ad
commit 904ee7dc23

@ -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'
});
}
});

Loading…
Cancel
Save