fix(compat): 크로스 브라우저 호환성 개선 (Mac/Windows) - #68
Merged
Conversation
- Modal: createPortal + z-200/201로 헤더(z-50) 위에 올바르게 표시 - Modal: fixed 중첩 제거로 Mac/Windows stacking context 차이 해결 - globals.css: scrollbar-gutter:stable 추가로 OS별 레이아웃 일치 - globals.css: -webkit-overflow-scrolling:touch deprecated 제거 - globals.css: oklch() 색상에 hex 폴백 추가 (Safari < 15.4) - Textarea: field-sizing:content 제거 → scrollHeight 기반 자동 높이 - ProjectCreationModal/MemoView: supports-backdrop-filter 분기 처리 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Modal컴포넌트에createPortal적용 및 z-index를z-200/201로 상향 — Mac Chrome에서 모달이 헤더/하단 네비게이션과 겹치는 문제 해결fixed중첩 구조 제거로 Mac/Windows stacking context 차이 해결scrollbar-gutter: stable추가로 Windows 스크롤바 공간 차이로 인한 레이아웃 밀림 방지backdrop-filter를@supports분기 처리 — Firefox 미지원 시 불투명 배경으로 fallbackfield-sizing: content실험적 속성 제거 →scrollHeight기반 JS 자동 높이 조절-webkit-overflow-scrolling: touchdeprecated 속성 제거oklch()색상 변수에 hex fallback 추가 (Safari < 15.4 대응)관련 이슈
Closes #65, #66, #67
Test plan
🤖 Generated with Claude Code