From 8dd95a5b4820b4973ae5570884787e05fbcab50e Mon Sep 17 00:00:00 2001 From: Maciej Dobosz Date: Wed, 6 Mar 2024 15:22:21 +0100 Subject: [PATCH] Keep progressBar at the bottom to prevent hidden elements from interfering with button areas --- src/styles/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/index.ts b/src/styles/index.ts index 85eb07bacdc3..07c741d8c1f2 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -4487,6 +4487,7 @@ const styles = (theme: ThemeColors) => headerProgressBarContainer: { position: 'absolute', width: '100%', + zIndex: -1, }, headerProgressBar: {