fix: z-index

This commit is contained in:
AykutSarac 2024-03-16 18:17:47 +03:00
parent 5063047312
commit 70c7f08b8a
No known key found for this signature in database

View File

@ -29,6 +29,8 @@ const StyledHeroSection = styled.section`
`; `;
const StyledHeroSectionBody = styled.div` const StyledHeroSectionBody = styled.div`
position: relative;
z-index: 1;
min-height: 70vh; min-height: 70vh;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@ -67,7 +69,6 @@ const StyledImageWrapper = styled.div`
flex: auto; flex: auto;
height: fit-content; height: fit-content;
margin: 0 auto; margin: 0 auto;
z-index: 1;
img { img {
display: block; display: block;