diff --git a/userscripts/user_exp_time_matrix.js b/userscripts/user_exp_time_matrix.js index bc4b627..394b23a 100644 --- a/userscripts/user_exp_time_matrix.js +++ b/userscripts/user_exp_time_matrix.js @@ -376,7 +376,7 @@ function ExplorerTimeMatrix() { }); $('#' + namePrefix + 'Result').append(out); - $('[data-toggle="tooltip"]').tooltip(); + $('[data-toggle="tooltip"]').tooltip({container: 'body'}); } }; }