From 3ec6e57f7182e7b7179aeac49bef74ecd28ff94a Mon Sep 17 00:00:00 2001 From: kiyeong Date: Fri, 8 Nov 2024 14:35:56 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=A9=94=EC=84=B8=EC=A7=80=20=EC=9E=85?= =?UTF-8?q?=EB=A0=A5=EC=B0=BD=20=EC=B5=9C=EB=8C=80=20=ED=81=AC=EA=B8=B0=20?= =?UTF-8?q?=EB=8F=84=EB=8B=AC=20=EC=8B=9C=20=EC=8A=A4=ED=81=AC=EB=A1=A4?= =?UTF-8?q?=EB=B0=94=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- src/pages/main/message-input/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index f49f5c5..0d7a09f 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -VITE_BASE_URL=https://backbell.site:3001 \ No newline at end of file +VITE_BASE_URL=https://backbell.site \ No newline at end of file diff --git a/src/pages/main/message-input/index.tsx b/src/pages/main/message-input/index.tsx index 922cfc1..5f780c1 100644 --- a/src/pages/main/message-input/index.tsx +++ b/src/pages/main/message-input/index.tsx @@ -111,8 +111,8 @@ const StyledTextarea = styled(Textarea)` font-size: 16px; padding-right: 40px; resize: none; - overflow: hidden; - max-height: 200px; + overflow-y: auto; // 스크롤바 추가 + max-height: 200px; // 최대 높이 설정 min-height: 36px; line-height: 1.5; ::placeholder {