Commit 7951794a5bdbde55704f634c507242aabc7f4b1b
1 parent
230c9115
-collection
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
frontend/web/css/css_header.css
... | ... | @@ -27031,6 +27031,9 @@ ul.product-special li.promo div { |
27031 | 27031 | height: 450px !important; |
27032 | 27032 | overflow: hidden; |
27033 | 27033 | } |
27034 | +.new_collection.owl-carousel { | |
27035 | + overflow: visible; | |
27036 | +} | |
27034 | 27037 | .collection .catalog_product_list.view_table.new_collection .catalog_item { |
27035 | 27038 | width: 33.33333333%; |
27036 | 27039 | padding: 0 16px; | ... | ... |