Skip to content

Commit

Permalink
[fix] DropdownMenuのバージョンアップに伴う修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sub-t committed Jul 24, 2022
1 parent 6c59de5 commit 0bd1d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/features/app/Hamburger/Hamburger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Hamburger: React.VFC<Props> = ({ children }) => {
</DropdownMenuTrigger>
<DropdownMenuContent
sideOffset={8}
collisionTolerance={16}
collisionPadding={16}
className="vstack gap-2 max-h-80 bg-primary-1 rounded-lg shadow-lg"
>
<div className="center">
Expand Down

0 comments on commit 0bd1d97

Please sign in to comment.