Skip to content

Commit

Permalink
minor: use dropdown z-index for namespace select menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ciyer committed Nov 14, 2024
1 parent 611fdb0 commit 4394397
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ function NamespaceSelector({
isClearable={false}
isSearchable={false}
isLoading={isFetchingMore}
styles={{
menu: (base: Record<string, unknown>) => ({
...base,
zIndex: 1000,
}),
}}
/>
);
}
Expand Down

0 comments on commit 4394397

Please sign in to comment.