From fb2f712c1606145561f5c4d6891477c66de5a663 Mon Sep 17 00:00:00 2001
From: Michael Huynh <43751307+miqh@users.noreply.github.com>
Date: Tue, 21 Nov 2023 04:46:47 +0800
Subject: [PATCH] Fix flickering scroll bar on mobile transaction input (#1782)
(#1929)
---
.../src/components/mobile/MobileAmountInput.js | 2 +-
upcoming-release-notes/1929.md | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 upcoming-release-notes/1929.md
diff --git a/packages/desktop-client/src/components/mobile/MobileAmountInput.js b/packages/desktop-client/src/components/mobile/MobileAmountInput.js
index 386f4a71be6..a1c6895a5f8 100644
--- a/packages/desktop-client/src/components/mobile/MobileAmountInput.js
+++ b/packages/desktop-client/src/components/mobile/MobileAmountInput.js
@@ -169,7 +169,7 @@ class AmountInput extends PureComponent {
...style,
}}
>
- {input}
+ {input}
{/*