Skip to content

Commit

Permalink
Fix #104
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Dec 18, 2024
1 parent b06a966 commit af80f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/home/MainCarousel/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.overlayIsActive {
z-index: 500;
z-index: 80;
visibility: visible;
opacity: 1;
}
Expand All @@ -45,7 +45,7 @@
}

.root:hover {
z-index: 505;
z-index: 90;
box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
transform: scale(1.02)
}
Expand Down

0 comments on commit af80f98

Please sign in to comment.