File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
apps/webapp/app/components/navigation Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments