From 995be25008058953833be58ab0ce679a67316f5e Mon Sep 17 00:00:00 2001 From: Michael Huynh Date: Sat, 18 Nov 2023 12:13:56 +0800 Subject: [PATCH] Fix flickering scroll bar on mobile transaction input (#1782) --- .../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} {/*