diff --git a/frontend/src/features/chat/components/UserButton.tsx b/frontend/src/features/chat/components/UserButton.tsx index eb3840c..26c8dad 100644 --- a/frontend/src/features/chat/components/UserButton.tsx +++ b/frontend/src/features/chat/components/UserButton.tsx @@ -28,8 +28,10 @@ export function UserButton({ type, text, textList, priceErrorMessage }: UserButt ) } + // 입력 단계는 에러 말풍선이 위로 삐져나가야 해서 overflow 클리핑 제외 (버튼 덱만 가로 스크롤 허용) + const isInputStep = type === 'percent' || type === 'price' return ( -