Skip to content

Commit

Permalink
fix: changed z index of workspacesearchbar (#6927)
Browse files Browse the repository at this point in the history
* fix: changed z index of avatarmenu

* fix: changed Z-index of workspacesearchbar

---------

Co-authored-by: Kathleen Koh <[email protected]>
  • Loading branch information
sebastianwzq and Kathleen Koh authored Dec 4, 2023
1 parent 63974d4 commit 550dba1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const WorkspaceSearchbar = forwardRef<WorkspaceSearchbarProps, 'input'>(
onChange={(e) => setInternalValue(e.target.value)}
pr={filterElemWidth}
/>
<InputRightElement width="auto" ref={filterRef}>
<InputRightElement width="auto" ref={filterRef} zIndex={0}>
<Divider height="calc(100% - 1.5rem)" orientation="vertical" />
<Menu placement="bottom-end">
<MenuButton
Expand Down

0 comments on commit 550dba1

Please sign in to comment.