Skip to content

Commit

Permalink
fix: fix error banner hidden behind powerbi loading screen
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Jul 7, 2022
1 parent 09c2846 commit 0f6e6f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const useStyles = makeStyles((theme) => ({
width: '100%',
},
errorContainer: {
'z-index': '1', // Need z-index > 0, otherwise the error banner is hidden behind the powerbi loading screen
height: '50px',
width: '100%',
position: 'absolute',
Expand Down

0 comments on commit 0f6e6f9

Please sign in to comment.