product slider img z-index cleanup
This commit is contained in:
parent
c5299eb88c
commit
bfc8e33ed3
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue