fix scroll vertical produit

This commit is contained in:
Baptiste Lemoine 2018-08-27 15:43:09 +02:00
parent 3fa2457cbe
commit 1c6a977441

View File

@ -70,3 +70,7 @@
.validate_selling {
margin: 0.25rem;
}
.product-listing{
height: 70vh;
overflow: auto;
}