fix(ui): excise most zIndexs

our stacking contexts are accurate, `zIndex` isn't needed
This commit is contained in:
psychedelicious
2023-05-12 18:50:54 +10:00
parent 35e0863bdb
commit 032aa1d59c
4 changed files with 1 additions and 4 deletions

View File

@@ -36,7 +36,6 @@ const ProgressBar = () => {
aria-label={t('accessibility.invokeProgressBar')}
isIndeterminate={isProcessing && !currentStatusHasSteps}
height={PROGRESS_BAR_THICKNESS}
zIndex={99}
/>
);
};