diff --git a/site/detailsOnDemand.tsx b/site/detailsOnDemand.tsx index dcab97215bd..a600d3aa587 100644 --- a/site/detailsOnDemand.tsx +++ b/site/detailsOnDemand.tsx @@ -58,6 +58,10 @@ export async function runDetailsOnDemand() { tippy(element, { content, allowHTML: true, + // Add hide delay to allow users reaching the tooltip with + // a mouse before it hides in tricky edge cases, e.g. when + // the DOD spans multiple lines. + delay: [null, 200], interactive: true, hideOnClick: false, arrow: false,