diff --git a/packages/bbui/src/Tooltip/Context.svelte b/packages/bbui/src/Tooltip/Context.svelte index 624ec90da1..ea63fe2455 100644 --- a/packages/bbui/src/Tooltip/Context.svelte +++ b/packages/bbui/src/Tooltip/Context.svelte @@ -69,6 +69,7 @@ box-sizing: border-box; border: 1px solid var(--grey-4); position: absolute; + pointer-events: none; z-index: 1000; }