Skip to content

Commit 6359c3c

Browse files
authored
[FIX] Prepare import page scroll issue (#17457)
1 parent 890812c commit 6359c3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/importer/client/components/PrepareImportPage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function PrepareImportPage() {
321321
</ButtonGroup>
322322
</Page.Header>
323323

324-
<Page.Content>
324+
<Page.ContentShadowScroll>
325325
<Box marginInline='auto' marginBlock='x24' width='full' maxWidth='590px'>
326326
<Box is='h2' textStyle='p2' textColor='default'>{statusDebounced && t(statusDebounced.replace('importer_', 'importer_status_'))}</Box>
327327
{!isPreparing && <Tabs flexShrink={0} >
@@ -342,7 +342,7 @@ function PrepareImportPage() {
342342
{!isPreparing && tab === 'channels' && <PrepareChannels channels={channels} channelsCount={channelsCount} setChannels={setChannels}/>}
343343
</Margins>
344344
</Box>
345-
</Page.Content>
345+
</Page.ContentShadowScroll>
346346
</Page>;
347347
}
348348

0 commit comments

Comments
 (0)