From 422a7250922351604eab2ca50a920234c5cd3288 Mon Sep 17 00:00:00 2001 From: kien-ngo Date: Thu, 3 Oct 2024 14:39:36 +0000 Subject: [PATCH] [Dashboard] Fix airdrop erc20 scroll issue (#4909) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Problem solved Short description of the bug fixed or feature added --- ## PR-Codex overview This PR focuses on modifying the `className` of the `SheetContent` component in the `airdrop-button.tsx` file to improve its styling by adding an `overflow-y-auto` class, allowing for vertical scrolling if the content exceeds the available space. ### Detailed summary - Updated the `className` of the `SheetContent` component: - Added `overflow-y-auto` to enable vertical scrolling. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .../src/contract-ui/tabs/tokens/components/airdrop-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/contract-ui/tabs/tokens/components/airdrop-button.tsx b/apps/dashboard/src/contract-ui/tabs/tokens/components/airdrop-button.tsx index d74bdf514cf..aa00c1f2412 100644 --- a/apps/dashboard/src/contract-ui/tabs/tokens/components/airdrop-button.tsx +++ b/apps/dashboard/src/contract-ui/tabs/tokens/components/airdrop-button.tsx @@ -41,7 +41,7 @@ export const TokenAirdropButton: React.FC = ({ Airdrop - + Aidrop tokens