Skip to content

Commit 54709ee

Browse files
committed
revert(revert_experiment) revert experiment to make table scrollable pushed to further pr
1 parent cb30c4e commit 54709ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/transaction-wizard/components/transactions-builder.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ export function TransactionsBuilder({
339339
}, [activeAddress, commonButtonDisableProps])
340340

341341
return (
342-
<div className="w-screen">
343-
<div className="space-y-4 w-full overflow-scroll">
342+
<div>
343+
<div className="space-y-4">
344344
<div className="mb-4 flex items-center gap-2">
345345
{title}
346346
{!disableAddTransaction && (

0 commit comments

Comments
 (0)