Skip to content

Commit 8872d47

Browse files
committed
Adds disableHoverableContent
1 parent 2280bab commit 8872d47

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

apps/webapp/app/components/navigation/EnvironmentSelector.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export function EnvironmentSelector({
8989
hidden={!isCollapsed}
9090
buttonClassName="!h-8 w-full"
9191
asChild
92+
disableHoverableContent
9293
/>
9394
<PopoverContent
9495
className="min-w-[14rem] overflow-y-auto p-0 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600"

apps/webapp/app/components/navigation/SideMenu.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ function ProjectSelector({
505505
hidden={!isCollapsed}
506506
buttonClassName="!h-8"
507507
asChild
508+
disableHoverableContent
508509
/>
509510
<PopoverContent
510511
className="min-w-[16rem] overflow-y-auto p-0 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600"

apps/webapp/app/components/navigation/SideMenuItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export function SideMenuItem({
8787
buttonClassName="!h-8 block w-full"
8888
hidden={!isCollapsed}
8989
asChild
90+
disableHoverableContent
9091
/>
9192
);
9293
}

0 commit comments

Comments
 (0)