Skip to content

Commit

Permalink
Keep progressBar at the bottom to prevent hidden elements from interf…
Browse files Browse the repository at this point in the history
…ering with button areas
  • Loading branch information
MaciejSWM committed Mar 6, 2024
1 parent 1b1b8fa commit 8dd95a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4487,6 +4487,7 @@ const styles = (theme: ThemeColors) =>
headerProgressBarContainer: {
position: 'absolute',
width: '100%',
zIndex: -1,
},

headerProgressBar: {
Expand Down

0 comments on commit 8dd95a5

Please sign in to comment.