mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
fix: message banner zIndex (#5015)
After aligning with @nicolaesocaciu, this fixes the message banner zIndex. Co-authored-by: Nicolae <nicolae@getunleash.ai>
This commit is contained in:
parent
d30e059ffc
commit
5f6c17f4bd
@ -24,7 +24,7 @@ const StyledBar = styled('aside', {
|
|||||||
fontSize: theme.fontSizes.smallBody,
|
fontSize: theme.fontSizes.smallBody,
|
||||||
...(sticky && {
|
...(sticky && {
|
||||||
top: 0,
|
top: 0,
|
||||||
zIndex: theme.zIndex.sticky,
|
zIndex: theme.zIndex.sticky - 100,
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user