Skip to content

Commit

Permalink
fix(docs): improved mounted tooltip content performance during scroll (
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolzak authored Feb 26, 2024
1 parent 4e1ec4a commit 389ad12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/docs/components/tooltip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
} = createTooltip({
forceVisible: true,
openDelay: 500,
positioning: {
strategy: 'fixed',
},
});
export let text = 'Tooltip text';
Expand Down

0 comments on commit 389ad12

Please sign in to comment.