mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
Attach calendar tooltips to calendar instead of body
This commit is contained in:
@@ -95,7 +95,7 @@ define(
|
|||||||
|
|
||||||
this.$(element).find('.chart').tooltip({
|
this.$(element).find('.chart').tooltip({
|
||||||
title: 'Episode is downloading - {0}% {1}'.format(progress.toFixed(1), releaseTitle),
|
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({
|
this.$(element).find('.status').tooltip({
|
||||||
title: tooltip,
|
title: tooltip,
|
||||||
container: 'body'
|
container: '.fc-content'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user