Skip to content

Commit 0c2e6c6

Browse files
fix: Login z-index (#23)
1 parent f090699 commit 0c2e6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audire/audire-mobile-app/src/modules/login/AuthorizationLayout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const AuthorizationLayout: FC<AuthorizationLayoutProps> = ({ children }) => {
2828
h="$full"
2929
>
3030
{children}
31-
<Box position="absolute" zIndex={2} $xl-maxWidth="$1/4">
31+
<Box position="absolute" zIndex={-1} $xl-maxWidth="$1/4">
3232
<Animated.View style={{ opacity: fadeAnim}}>
3333
<LoginBackgroundImage />
3434
</Animated.View>

0 commit comments

Comments
 (0)