Skip to content

Commit

Permalink
set max-h (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleLittleCloud authored Jul 9, 2024
1 parent 8d63641 commit b47d2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatroom-ui/components/chat/chat-bottombar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default function ChatBottombar({
name="message"
placeholder="Aa"
className={
cn("h-full border-none flex items-center overflow-hidden bg-background ring-0 focus:ring-0 focus:outline-none resize-none p-2",
cn("h-auto max-h-60 border-none flex items-center bg-background ring-0 focus:ring-0 focus:outline-none resize-none p-2",
)} />


Expand Down

0 comments on commit b47d2cf

Please sign in to comment.