mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Calendar tooltip now attached to body
This commit is contained in:
@@ -58,7 +58,8 @@ define(
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.$(element).find('.chart').tooltip({
|
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'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user