Skip to content

Commit

Permalink
- fix overflow scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Jan 25, 2024
1 parent d0f0940 commit 352154b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/components/arcade/MigrateAA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const MigrateAA = ({
}, [arcadeAddress]);

return (
<div className="flex flex-col items-center gap-5 h-3/4 w-full">
<div className="flex flex-col items-center gap-5 h-3/4 w-full overflow-scroll">
<p className="text-2xl uppercase">Import Arcade Account</p>
<p className="text-lg">
Please enter the private key of the Arcade Account you would like to
Expand Down

0 comments on commit 352154b

Please sign in to comment.