Skip to content

Commit

Permalink
fix: z index in dropdown (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwolhuter authored Aug 4, 2023
1 parent 5a95dfa commit 3fc16e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Dropdown/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const DropdownList = styled(MenuPopover)`
border-radius: 5px;
padding: 0;
animation: ${slideDown} 0.2s ease-in-out;
z-index: 9999;
`;

const DropdownItem = styled(MenuItem)<{ $isSelected: boolean }>`
Expand Down

2 comments on commit 3fc16e9

@vercel
Copy link

@vercel vercel bot commented on 3fc16e9 Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 3fc16e9 Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.