Fix mouse clicks being swallowed by new menu (#6103)

Moves around pointer events styling so that mouse events near the top
and side bar don't get swallowed.

Resolves #6102

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6103-Fix-mouse-clicks-being-swallowed-by-new-menu-28f6d73d3650819aa4a1dc1eacfd3adb)
by [Unito](https://www.unito.io)
This commit is contained in:
AustinMroz
2025-10-16 22:26:54 -07:00
committed by GitHub
parent ad5be8ec70
commit 38f188759d
4 changed files with 5 additions and 7 deletions

View File

@@ -17,6 +17,7 @@
ref="breadcrumbRef"
class="w-fit rounded-lg p-0"
:model="items"
:pt="{ item: { class: 'pointer-events-auto' } }"
aria-label="Graph navigation"
>
<template #item="{ item }">