Skip to content

Commit fe0a11b

Browse files
committed
chore: update z index for devtron logo
1 parent 2ead20e commit fe0a11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/LoginBanner/LoginBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const LoginBanner = () => {
116116
return (
117117
<div className="flexbox-col br-12 border__primary dc__position-rel dc__overflow-hidden bg__primary">
118118
<div className="flexbox-col flex-grow-1 pt-32 pl-32 dc__content-space">
119-
<div className="flex h-36 w-130 dc__fill-available-space">
119+
<div className="flex h-36 w-130 dc__fill-available-space dc__zi-2">
120120
<Icon name="ic-devtron-header-logo" color="N900" />
121121
</div>
122122
<AnimatedBackground />

0 commit comments

Comments
 (0)