🎨 styles: fix cart drawer

:%s
This commit is contained in:
lytrankieio123
2021-09-22 12:27:40 +07:00
parent 771abdefa2
commit 11a5de57f8

View File

@@ -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;
}
}