Show tooltip sooner
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 17s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 17s
This commit is contained in:
@@ -7,7 +7,7 @@ function initTooltips(elementRoot) {
|
|||||||
tooltipTriggerList.forEach((elem) => {
|
tooltipTriggerList.forEach((elem) => {
|
||||||
new bootstrap.Tooltip(elem, {
|
new bootstrap.Tooltip(elem, {
|
||||||
trigger: 'hover',
|
trigger: 'hover',
|
||||||
delay: {show: 1000, hide: 0},
|
delay: {show: 500, hide: 0},
|
||||||
container: 'body'
|
container: 'body'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user