Skip to content

Commit b264b15

Browse files
committed
Update airdrop-button.tsx
1 parent d1d3fdc commit b264b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/contract-ui/tabs/tokens/components/airdrop-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const TokenAirdropButton: React.FC<TokenAirdropButtonProps> = ({
4141
Airdrop
4242
</Button>
4343
</SheetTrigger>
44-
<SheetContent className="z-[10000] sm:w-[540px] sm:max-w-[90%] lg:w-[700px]">
44+
<SheetContent className="z-[10000] overflow-y-auto sm:w-[540px] sm:max-w-[90%] lg:w-[700px]">
4545
<SheetHeader>
4646
<SheetTitle>Aidrop tokens</SheetTitle>
4747
</SheetHeader>

0 commit comments

Comments
 (0)