Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const Input = ({ type, className, ...props }: InputProps) => {
return (
<TextareaAutosize
className={cn(
"w-full resize-none border-none py-2 outline-hidden",
"w-full resize-none overflow-hidden border-none py-2 outline-hidden",
"placeholder:text-stone-400 dark:placeholder:text-stone-600",
"placeholder:transition-colors placeholder:duration-300 placeholder:ease-in-out",
"read-only:text-stone-500 dark:read-only:text-stone-400",
Expand Down