Skip to content

Commit

Permalink
Merge branch 'fix/export-modal-z-index' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Aug 21, 2024
2 parents 3976084 + 4844434 commit ee5432a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/context/ContentRootContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ const ContentRootProvider = (
{children}
<Modal
title={t("generatingReport")}
zIndex={9999}
open={reportGenerating}
footer={null}
closable={false}
Expand Down

0 comments on commit ee5432a

Please sign in to comment.