We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb30c4e commit 54709eeCopy full SHA for 54709ee
src/features/transaction-wizard/components/transactions-builder.tsx
@@ -339,8 +339,8 @@ export function TransactionsBuilder({
339
}, [activeAddress, commonButtonDisableProps])
340
341
return (
342
- <div className="w-screen">
343
- <div className="space-y-4 w-full overflow-scroll">
+ <div>
+ <div className="space-y-4">
344
<div className="mb-4 flex items-center gap-2">
345
{title}
346
{!disableAddTransaction && (
0 commit comments