mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
🐛 bug: carousel arrow
:%s
This commit is contained in:
3
next-env.d.ts
vendored
3
next-env.d.ts
vendored
@@ -1,3 +1,6 @@
|
|||||||
/// <reference types="next" />
|
/// <reference types="next" />
|
||||||
/// <reference types="next/types/global" />
|
/// <reference types="next/types/global" />
|
||||||
/// <reference types="next/image-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.
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
@import '../../../styles/utilities';
|
@import '../../../styles/utilities';
|
||||||
.navigationWrapper {
|
.navigationWrapper {
|
||||||
@apply relative;
|
@apply relative;
|
||||||
overflow: hidden;
|
// overflow: hidden;
|
||||||
min-height: theme('caroucel.arrow-height');
|
min-height: theme('caroucel.arrow-height');
|
||||||
.isPadding {
|
.isPadding {
|
||||||
// @apply spacing-horizontal;
|
// @apply spacing-horizontal;
|
||||||
|
Reference in New Issue
Block a user