diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index 7a07fff0..dcfea97d 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -3146,7 +3146,7 @@ div.dataTables_info { border-radius: 2px; } .history-thumbnail-popover { - z-index: 2; + z-index: 2000; padding: 0; border: 0; } diff --git a/data/interfaces/default/js/tables/history_table.js b/data/interfaces/default/js/tables/history_table.js index dd5df4f9..c0b268eb 100644 --- a/data/interfaces/default/js/tables/history_table.js +++ b/data/interfaces/default/js/tables/history_table.js @@ -290,7 +290,9 @@ history_table_options = { }, "preDrawCallback": function(settings) { var msg = " Fetching rows..."; - showMsg(msg, false, false, 0) + showMsg(msg, false, false, 0); + $('[data-toggle="tooltip"]').tooltip('destroy'); + $('[data-toggle="popover"]').popover('destroy'); }, "rowCallback": function (row, rowData, rowIndex) { if (rowData['group_count'] == 1) {