From 11a5de57f88df099cb3508aba43d4ebfc18f74b3 Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Wed, 22 Sep 2021 12:27:40 +0700 Subject: [PATCH] :art: styles: fix cart drawer :%s --- src/components/common/CartDrawer/CartDrawer.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/CartDrawer/CartDrawer.module.scss b/src/components/common/CartDrawer/CartDrawer.module.scss index 8d97f971e..65bf09611 100644 --- a/src/components/common/CartDrawer/CartDrawer.module.scss +++ b/src/components/common/CartDrawer/CartDrawer.module.scss @@ -2,8 +2,8 @@ .cartDrawer { - @apply flex flex-col h-full; + @apply flex flex-col custom-scroll; .body { - @apply flex flex-col overflow-y-auto overflow-x-hidden h-full custom-scroll; + @apply flex flex-col overflow-x-hidden h-full; } } \ No newline at end of file