🐛 bug: carousel arrow

:%s
This commit is contained in:
DatNguyen 2021-09-23 15:15:32 +07:00
parent ee3a331696
commit 91b5f7d901
2 changed files with 4 additions and 1 deletions

3
next-env.d.ts vendored
View File

@ -1,3 +1,6 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.

View File

@ -1,7 +1,7 @@
@import '../../../styles/utilities';
.navigationWrapper {
@apply relative;
overflow: hidden;
// overflow: hidden;
min-height: theme('caroucel.arrow-height');
.isPadding {
// @apply spacing-horizontal;