From c7a7fb01ad7abb0bf4ea238cda97545ecf11808e Mon Sep 17 00:00:00 2001 From: Jamey Huffnagle Date: Tue, 21 May 2024 08:43:43 -0400 Subject: [PATCH] lower z-index for both desktop & odd --- app/src/organisms/ErrorRecoveryFlows/ErrorRecoveryWizard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/organisms/ErrorRecoveryFlows/ErrorRecoveryWizard.tsx b/app/src/organisms/ErrorRecoveryFlows/ErrorRecoveryWizard.tsx index 4c4c49deebd..55fbf5047b9 100644 --- a/app/src/organisms/ErrorRecoveryFlows/ErrorRecoveryWizard.tsx +++ b/app/src/organisms/ErrorRecoveryFlows/ErrorRecoveryWizard.tsx @@ -11,7 +11,7 @@ import { } from '@opentrons/components' import { getIsOnDevice } from '../../redux/config' -import { getTopPortalEl } from '../../App/portal' +import { getModalPortalEl } from '../../App/portal' import { BeforeBeginning } from './BeforeBeginning' import { SelectRecoveryOption, ResumeRun } from './RecoveryOptions' import { ErrorRecoveryHeader } from './ErrorRecoveryHeader' @@ -80,7 +80,7 @@ function ErrorRecoveryComponent(props: RecoveryContentProps): JSX.Element { , - getTopPortalEl() + getModalPortalEl() ) }