mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 10:36:57 -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();
|
||||
$('.thumb-tooltip').popover({
|
||||
html: true,
|
||||
container: '#history-modal',
|
||||
trigger: 'hover',
|
||||
placement: 'right',
|
||||
content: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue