From 5671e36517609466dc91a30a34b0d984b69e3faf Mon Sep 17 00:00:00 2001 From: Someshwar Tripathi Date: Mon, 18 Sep 2023 05:17:49 +0530 Subject: [PATCH 1/8] Make the footer button part of the ScrollView in 2FA Verify Step This makes the Footer button a child of the ScrollView container. The footer button will now be scrollable below the content. --- .../TwoFactorAuth/Steps/VerifyStep.js | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/pages/settings/Security/TwoFactorAuth/Steps/VerifyStep.js b/src/pages/settings/Security/TwoFactorAuth/Steps/VerifyStep.js index 8c3d9689cfcd..01258f8dff3b 100644 --- a/src/pages/settings/Security/TwoFactorAuth/Steps/VerifyStep.js +++ b/src/pages/settings/Security/TwoFactorAuth/Steps/VerifyStep.js @@ -110,20 +110,20 @@ function VerifyStep({account = defaultAccount}) { + +