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