Remove height style from product slider component

This commit is contained in:
Mark Wissink
2021-10-04 12:50:54 -04:00
parent f9644fecef
commit f1d536a29d

View File

@@ -4,7 +4,7 @@
}
.slider {
@apply relative h-full transition-opacity duration-150;
@apply relative transition-opacity duration-150;
opacity: 0;
}