Skip to content

fix: [iOS/Safari] <input />의 focus 확대 방지 삭제 - #352

Merged
anjaein merged 1 commit into
developfrom
fix/input-focus-zoom-351
Aug 20, 2026
Merged

fix: [iOS/Safari] <input />의 focus 확대 방지 삭제#352
anjaein merged 1 commit into
developfrom
fix/input-focus-zoom-351

Conversation

@anjaein

@anjaein anjaein commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

📝 작업 내용

  • iOS/Safari에서 input focus 시 확대를 방지하기 위해 전역으로 적용하던 스타일을 삭제했습니다.
  • input, select, textarea에 강제 적용되던 font-size: 16px !important 처리를 제거했습니다.
  • 현재 코드 기준으로 scale(0.875), width: 114.3%, margin-right: -14.3% 보정 스타일은 남아있지 않음을 확인했습니다.

🔍 관련 이슈

🖼️ 스크린샷

  • N/A (전역 CSS 삭제 건)

🧪 테스트 결과

  • 정상 작동 확인 (pnpm build)
  • 테스트 코드 포함 (있다면)

💬 기타 참고 사항

  • 디자이너 요청에 따라 Safari 기본 focus 확대 동작을 따르도록 기존 우회 스타일을 제거했습니다.

@vercel

vercel Bot commented Aug 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
display-frontend Ready Ready Preview Aug 20, 2026 5:08pm

Request Review

@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: b2af9933-1c7f-4787-844f-98f3b9ef0751


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@aram426 aram426 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!

@anjaein
anjaein force-pushed the fix/input-focus-zoom-351 branch from 7751d59 to 32a0497 Compare August 20, 2026 17:08
@github-actions github-actions Bot added the style 스타일링 관련 변경 label Aug 20, 2026
@anjaein
anjaein merged commit e88f755 into develop Aug 20, 2026
7 checks passed
@anjaein
anjaein deleted the fix/input-focus-zoom-351 branch August 20, 2026 17:09
anjaein added a commit that referenced this pull request Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

style 스타일링 관련 변경

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: [iOS/Safari] <input />의 focus 확대 방지 삭제

2 participants