product slider img z-index cleanup

This commit is contained in:
nomadics9 2025-04-03 10:42:29 +03:00
parent c5299eb88c
commit bfc8e33ed3

View file

@ -16,7 +16,7 @@
position: absolute; position: absolute;
opacity: 0; opacity: 0;
transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out;
z-index: -99 !important; z-index: -99;
width: 100%; width: 100%;
height: auto !important; height: auto !important;
} }
@ -31,7 +31,6 @@
.slider-item img { .slider-item img {
width: 100%; width: 100%;
height: auto !important; height: auto !important;
z-index: -99 !important;
object-fit: contain; object-fit: contain;
display: block; display: block;
} }