fix(chat): align bottom mask with input content

This commit is contained in:
han
2026-03-16 13:43:08 +08:00
parent c2538e3792
commit ffebe5bd45

View File

@@ -1213,7 +1213,7 @@ export function MessageInput({
)}
<div
className={cn(
"pointer-events-none absolute left-px right-px bottom-px z-10 rounded-b-xl bg-background",
"pointer-events-none absolute left-px right-12 bottom-px z-10 rounded-bl-xl bg-background",
"h-14"
)}
aria-hidden="true"