From a6e04c1b8b258f515f4c3f7d02cbc0000b80d514 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Tue, 17 Dec 2024 09:51:27 +0000 Subject: [PATCH] prevent boxes overlay --- src/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles.css b/src/styles.css index af8851b..b38e687 100644 --- a/src/styles.css +++ b/src/styles.css @@ -48,7 +48,6 @@ align-items: center; gap: 20px; padding: 10px; - height: 100%; } .sku-grid.individual { @@ -110,7 +109,7 @@ .video-box { min-width: 120px; - min-height: 125px; + min-height: 140px; text-align: center; border: 1px solid #6272a4; position: relative;