From af80f98849e4941352889af13d3c6def2363398c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20de=20Vasconcelos?= Date: Wed, 18 Dec 2024 22:30:02 +0000 Subject: [PATCH] Fix https://github.com/carrismetropolitana/website/issues/104 --- frontend/components/home/MainCarousel/styles.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/components/home/MainCarousel/styles.module.css b/frontend/components/home/MainCarousel/styles.module.css index 14106f7c..5630d7a0 100644 --- a/frontend/components/home/MainCarousel/styles.module.css +++ b/frontend/components/home/MainCarousel/styles.module.css @@ -20,7 +20,7 @@ } .overlayIsActive { - z-index: 500; + z-index: 80; visibility: visible; opacity: 1; } @@ -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) }