Skip to content

Commit

Permalink
fix tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovvl committed Jul 29, 2024
1 parent 91e0206 commit ff09632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userscripts/user_exp_time_matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ function ExplorerTimeMatrix() {
});

$('#' + namePrefix + 'Result').append(out);
$('[data-toggle="tooltip"]').tooltip();
$('[data-toggle="tooltip"]').tooltip({container: 'body'});
}
};
}
Expand Down

0 comments on commit ff09632

Please sign in to comment.