From 91b5f7d901395d12a77861f83e84a1a94eed45bb Mon Sep 17 00:00:00 2001 From: DatNguyen Date: Thu, 23 Sep 2021 15:15:32 +0700 Subject: [PATCH] :bug: bug: carousel arrow :%s --- next-env.d.ts | 3 +++ .../common/CarouselCommon/CarouselCommon.module.scss | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/next-env.d.ts b/next-env.d.ts index c6643fda1..9bc3dd46b 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,3 +1,6 @@ /// /// /// + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/basic-features/typescript for more information. diff --git a/src/components/common/CarouselCommon/CarouselCommon.module.scss b/src/components/common/CarouselCommon/CarouselCommon.module.scss index 9e04ecdf8..2cbf9805a 100644 --- a/src/components/common/CarouselCommon/CarouselCommon.module.scss +++ b/src/components/common/CarouselCommon/CarouselCommon.module.scss @@ -1,7 +1,7 @@ @import '../../../styles/utilities'; .navigationWrapper { @apply relative; - overflow: hidden; + // overflow: hidden; min-height: theme('caroucel.arrow-height'); .isPadding { // @apply spacing-horizontal;