File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/importer/client/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments