Show tooltip sooner
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 17s

This commit is contained in:
MaxJa4
2025-02-09 16:46:28 +01:00
parent f97c5af26f
commit 98ccc8338c

View File

@@ -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'
});
});