Thanks for the snippet!
the position value is wrong, I change initial for static and now work, it’s ok?
.category-grid-item .category-content .hover-mask {
position: static;
box-shadow: 0 0 0 #fff;
transform: initial;
}
Thanks for the snippet!
the position value is wrong, I change initial for static and now work, it’s ok?
.category-grid-item .category-content .hover-mask {
position: static;
box-shadow: 0 0 0 #fff;
transform: initial;
}