1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-30 19:56:54 +00:00

Attach calendar tooltips to calendar instead of body

This commit is contained in:
Mark McDowall 2014-08-11 16:40:41 -07:00
parent 4540cf05ad
commit 904ee7dc23

View file

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