From d159ae3b97164d093efe7ead90d3d266fed7d321 Mon Sep 17 00:00:00 2001
From: Rodrigo Rosario Cruz <rodrigorosario435@gmail.com>
Date: Tue, 1 Oct 2024 23:40:57 -0400
Subject: [PATCH] last cambios success v2

---
 static/css/home/home.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/static/css/home/home.css b/static/css/home/home.css
index c6580e1..366596e 100644
--- a/static/css/home/home.css
+++ b/static/css/home/home.css
@@ -457,6 +457,7 @@
 	bottom: 0;
 	left: 0;
 	z-index: 1;
+	overflow: hidden;
 }
 
 .content__history-mercury-movile {
@@ -467,6 +468,7 @@
 	left: 0;
 	z-index: 1;
 	display: none;
+	overflow: hidden;
 }
 
 .content__history-mercury-movile img {
@@ -480,6 +482,7 @@
 	display: flex;
 	justify-content: space-evenly;
 	background-color: black;
+	overflow: hidden;
 }
 
 .content__mercurito-capibara img {
@@ -795,6 +798,7 @@
 	flex-wrap: wrap;
 	gap: 20px;
 	padding: 5%;
+	overflow: hidden;
 }
 
 .card__product-ofert {
-- 
GitLab