Skip to content

Commit

Permalink
Added position and overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit078 committed Sep 2, 2024
1 parent 4070305 commit d288f1b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const StyledDropdownMenu = styled.div<{
box-shadow: ${({ theme }) => theme.boxShadow.strong};
display: flex;
position: absolute;
overflow: visible;
flex-direction: column;
z-index: 30;
width: ${({ width = 160 }) =>
Expand Down

0 comments on commit d288f1b

Please sign in to comment.