diff --git a/static/index.js b/static/index.js index 99a7ded..2510301 100644 --- a/static/index.js +++ b/static/index.js @@ -7,7 +7,7 @@ function initTooltips(elementRoot) { tooltipTriggerList.forEach((elem) => { new bootstrap.Tooltip(elem, { trigger: 'hover', - delay: {show: 1000, hide: 0}, + delay: {show: 500, hide: 0}, container: 'body' }); });