Skip to content

Commit

Permalink
fix 입력창스크롤바삭제 #23
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhyeongpp committed Feb 17, 2025
1 parent aa517c7 commit cb2a955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MeetingRoom/MeetingRoomChatBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const MeetingRoomChatBox = () => {
onKeyDown={handleKeyDown}
onCompositionStart={() => setIsComposing(true)}
onCompositionEnd={() => setIsComposing(false)}
className="ml-[15px] mr-[10px] w-full my-[5px] rounded-[5px] bg-white resize-none px-[10px] pt-[5px] pb-[8px] text-[14px] focus:outline-none overflow-y-auto leading-[17px] placeholder:text-[14px] max-h-[120px] min-h-[27px]"
className="ml-[15px] mr-[10px] w-full my-[5px] rounded-[5px] bg-white resize-none px-[10px] pt-[5px] pb-[8px] text-[14px] focus:outline-none overflow-y-auto scrollbar-none leading-[17px] placeholder:text-[14px] max-h-[120px] min-h-[27px]"
style={{
height: "27px",
minHeight: "27px",
Expand Down

0 comments on commit cb2a955

Please sign in to comment.