From c80659714337d6a6c440ddad4d967f3727ed9ba6 Mon Sep 17 00:00:00 2001 From: Savan Date: Wed, 27 Jul 2022 20:26:22 +0530 Subject: [PATCH] deleted comment --- src/App.css | 9 ++------- src/components/RowContainer.js | 26 +------------------------- 2 files changed, 3 insertions(+), 32 deletions(-) diff --git a/src/App.css b/src/App.css index c4480ac..a5f491b 100644 --- a/src/App.css +++ b/src/App.css @@ -1,6 +1,3 @@ -/* .carouselImg { - width: 100%; -} */ body{ background-color: #ededed !important; } @@ -11,13 +8,10 @@ body{ } - - .card-container { z-index: 1; } - .row-container { /* overflow-x: auto; */ background-color: white; @@ -29,9 +23,10 @@ body{ /* margin: 20px; padding: 10px; */ } + ::-webkit-scrollbar { width: 0; /* Remove scrollbar space */ background: transparent; /* Optional: just make scrollbar invisible */ - } +} diff --git a/src/components/RowContainer.js b/src/components/RowContainer.js index 866974e..baac6b1 100644 --- a/src/components/RowContainer.js +++ b/src/components/RowContainer.js @@ -9,31 +9,7 @@ export default function RowContainer(props) {

{props.heading}

- {props.imgUrls.map((ele) => - )} - {/* - - - - - - - - - - - - - - - - - - - - - - */} + {props.imgUrls.map((ele) => )}