From b1b3920e09f83d716c5b3c09a8d13084b6d88f48 Mon Sep 17 00:00:00 2001 From: Daria Kozlova Date: Tue, 2 Jul 2024 16:41:47 +0200 Subject: [PATCH] fix: allow scrolling from any part of the add photos page (#14141) * chore * chore: address review comment --- src/Apps/Sell/Components/SubmissionLayout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Apps/Sell/Components/SubmissionLayout.tsx b/src/Apps/Sell/Components/SubmissionLayout.tsx index c679ab6fe8f..45bbd8a00b1 100644 --- a/src/Apps/Sell/Components/SubmissionLayout.tsx +++ b/src/Apps/Sell/Components/SubmissionLayout.tsx @@ -45,9 +45,11 @@ export const SubmissionLayout: React.FC = ({ ) : ( - - {children} - + + + {children} + + )}