diff --git a/packages/core/theme/src/components/date-input.ts b/packages/core/theme/src/components/date-input.ts index a1923a1276..ec8e3b75aa 100644 --- a/packages/core/theme/src/components/date-input.ts +++ b/packages/core/theme/src/components/date-input.ts @@ -24,6 +24,7 @@ const dateInput = tv({ input: "flex h-full gap-x-0.5 w-full font-normal", innerWrapper: [ "flex items-center text-default-400 w-full gap-x-2 h-6", + "overflow-y-hidden overflow-x-auto scrollbar-hide", // isInValid=true "group-data-[invalid=true]:text-danger", ], // this wraps the input and the start/end content