Skip to content

Commit

Permalink
fix: z-index for popupcontainer higher than the overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Jul 24, 2024
1 parent 90144c2 commit 1413980
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const PopupContainer = styled.div`
position: absolute;
height: fit-content;
overflow-y: auto;
z-index: 1;
z-index: 31;
padding: 27px;
gap: 16px;
border: 1px solid ${({ theme }) => theme.stroke};
Expand Down

0 comments on commit 1413980

Please sign in to comment.