Calendar tooltip now attached to body

This commit is contained in:
Mark McDowall 2014-05-19 21:31:35 -07:00
parent 7473b493c1
commit 435fa927ee
1 changed files with 2 additions and 1 deletions

View File

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