From 4ab9eb3bfa65a0a84df9c0b80e2d24e6af522b92 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 18 Feb 2018 12:15:11 -0800 Subject: [PATCH] Fix popovers in history table modal --- data/interfaces/default/css/plexpy.css | 2 +- data/interfaces/default/js/tables/history_table.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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) {