Skip to content

Commit

Permalink
dropmenu z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Apr 3, 2024
1 parent b00685c commit cf850f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/DropMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const Wrapper = styled.div`
background-color: ${theme.color.gray1};
position: absolute;
margin-top: 8px;
z-index: 10;
`;

const Box = styled.div<{ isLast: string; selected: boolean }>`
Expand Down

0 comments on commit cf850f5

Please sign in to comment.