Skip to content

Commit

Permalink
chore(react-components): add Portal module to DropdownMenu (#206)
Browse files Browse the repository at this point in the history
Add `Portal` module to `DropdownMenu`
  • Loading branch information
insmac authored Oct 11, 2023
1 parent de732da commit 461de07
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export const DropdownMenu = {
cursor: pointer;
`,

Portal: styled(RadixDropdownMenu.Portal)``,

Content: styled(RadixDropdownMenu.Content)`
display: grid;
gap: 0.5rem;
Expand Down

0 comments on commit 461de07

Please sign in to comment.