From a6ad27f7436ab4073f8a5fbca007ab650ffc6471 Mon Sep 17 00:00:00 2001 From: Parth <143504541+parrth20@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:40:39 +0530 Subject: [PATCH] fix(send): make utxo selection table scrollable (#1327) --- src/components/send/UtxoSelectionDialog.tsx | 7 ++++--- src/components/wallet/WalletJarsDetailsContent.tsx | 4 ++-- src/components/wallet/WalletJarsDetailsOverlay.tsx | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/send/UtxoSelectionDialog.tsx b/src/components/send/UtxoSelectionDialog.tsx index 36d7d44e..4b3e2684 100644 --- a/src/components/send/UtxoSelectionDialog.tsx +++ b/src/components/send/UtxoSelectionDialog.tsx @@ -36,7 +36,7 @@ export const UtxoSelectionDialog = ({ return ( - + {t('show_utxos.title')} @@ -45,12 +45,13 @@ export const UtxoSelectionDialog = ({ onFilterChange(event.target.value)} placeholder={t('jar_details.utxo_list.placeholder_search')} disabled={isSubmitting} /> -
+
- + diff --git a/src/components/wallet/WalletJarsDetailsContent.tsx b/src/components/wallet/WalletJarsDetailsContent.tsx index 079a354a..bfe1eb1d 100644 --- a/src/components/wallet/WalletJarsDetailsContent.tsx +++ b/src/components/wallet/WalletJarsDetailsContent.tsx @@ -346,7 +346,7 @@ export const WalletJarsDetailsContent = ({ - + {t('jar_details.title_tab_utxos')} @@ -361,7 +361,7 @@ export const WalletJarsDetailsContent = ({ )} - +