From cd446b659d1fd65c11ac389ef65a60deeded90f1 Mon Sep 17 00:00:00 2001 From: Corinna Hillebrand Date: Thu, 19 Sep 2024 18:45:24 +0200 Subject: [PATCH] Create new scroll target for top of payment section - this will prevent content from getting overlapped by the navigation bar https://phabricator.wikimedia.org/T368525 --- .../donation_form/singlePageFormSections/PaymentSection.vue | 2 ++ .../singlePageFormSections/PersonalDataSection.vue | 2 +- .../PersonalDataSectionDonationReceipt.vue | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/pages/donation_form/singlePageFormSections/PaymentSection.vue b/src/components/pages/donation_form/singlePageFormSections/PaymentSection.vue index 2b21c7a2c..cbecd2afc 100644 --- a/src/components/pages/donation_form/singlePageFormSections/PaymentSection.vue +++ b/src/components/pages/donation_form/singlePageFormSections/PaymentSection.vue @@ -1,4 +1,5 @@