Skip to content

Commit

Permalink
fix: message banner zIndex (#5015)
Browse files Browse the repository at this point in the history
After aligning with @nicolaesocaciu, this fixes the message banner
zIndex.

Co-authored-by: Nicolae <[email protected]>
  • Loading branch information
nunogois and Nicolae authored Oct 12, 2023
1 parent d30e059 commit 5f6c17f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const StyledBar = styled('aside', {
fontSize: theme.fontSizes.smallBody,
...(sticky && {
top: 0,
zIndex: theme.zIndex.sticky,
zIndex: theme.zIndex.sticky - 100,
}),
}),
);
Expand Down

0 comments on commit 5f6c17f

Please sign in to comment.