Skip to content

Commit

Permalink
fix: Login z-index (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
FathimaSayeeda authored Feb 8, 2024
1 parent f090699 commit 0c2e6c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const AuthorizationLayout: FC<AuthorizationLayoutProps> = ({ children }) => {
h="$full"
>
{children}
<Box position="absolute" zIndex={2} $xl-maxWidth="$1/4">
<Box position="absolute" zIndex={-1} $xl-maxWidth="$1/4">
<Animated.View style={{ opacity: fadeAnim}}>
<LoginBackgroundImage />
</Animated.View>
Expand Down

0 comments on commit 0c2e6c6

Please sign in to comment.