How to solve border issues showing only in Mozilla(Firefox)

To solve the border issues in the firefox , we need to use border and overflow ,

we need to use overflow hidden and need to give border radius so that the extra lines which we used clip path and removed will disappear in Firefox also

.facets-items-collection-view-row

{        overflow: hidden;     

  border-radius: 0.01px;       

  }

Leave a comment

Your email address will not be published. Required fields are marked *