From 386d035bb13b257ece8f0e910a80dacdc92aebaa Mon Sep 17 00:00:00 2001 From: yabo0812 Date: Thu, 23 Oct 2025 12:59:34 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9D=98=EC=98=88=EC=95=BD=20?= =?UTF-8?q?=ED=99=94=EB=A9=B4=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 하단 액션 바에 콘텐츠가 가려지는 문제 수정 - 모바일/데스크톱 모두 padding-bottom: 120px 적용 - Validation 시 입력란이 헤더에 가려지는 문제 수정 - html에 scroll-padding-top: 80px 추가 - 자동 스크롤 시 헤더 높이만큼 여백 확보 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/settings.local.json | 11 ----------- design/uiux/prototype/03-회의예약.html | 6 +++--- design/uiux/prototype/10-회의록상세조회.html | 2 +- design/uiux/prototype/common.css | 1 + 4 files changed, 5 insertions(+), 15 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 078c2d9..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(git add:*)", - "Bash(git commit:*)", - "Bash(git push)" - ], - "deny": [], - "ask": [] - } -} diff --git a/design/uiux/prototype/03-회의예약.html b/design/uiux/prototype/03-회의예약.html index ac14fa9..101899a 100644 --- a/design/uiux/prototype/03-회의예약.html +++ b/design/uiux/prototype/03-회의예약.html @@ -8,16 +8,16 @@