mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Fix popover cut off by modal box
This commit is contained in:
parent
0784b0a0db
commit
a053789344
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ history_table_modal_options = {
|
||||||
$('.media-type-tooltip').tooltip();
|
$('.media-type-tooltip').tooltip();
|
||||||
$('.thumb-tooltip').popover({
|
$('.thumb-tooltip').popover({
|
||||||
html: true,
|
html: true,
|
||||||
|
container: '#history-modal',
|
||||||
trigger: 'hover',
|
trigger: 'hover',
|
||||||
placement: 'right',
|
placement: 'right',
|
||||||
content: function () {
|
content: function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue