Skip to content

Commit

Permalink
fix: dynamic popover width
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Jul 11, 2024
1 parent 1ab72db commit 906909f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/components/Account/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const Account = () => {
<Bell weight="bold" />
</Button>
</PopoverTrigger>
<PopoverContent className="w-96 px-0">
<PopoverContent className="w-[min(100vw,theme(space.96))]">
<NotificationContent />
</PopoverContent>
</Popover>
Expand Down

0 comments on commit 906909f

Please sign in to comment.