좌측 햄버거 메뉴 적용 및 오프캔버스 세로 스크롤 개선#5
Merged
Merged
Conversation
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.
Motivation
Description
aria-label을 추가했습니다 (frontend/index.html).flex컬럼 레이아웃으로 변경하고 메뉴 목록 컨테이너에overflow-y-auto및flex-1을 적용해 내부에서 세로 스크롤이 가능하도록 조정했습니다 (frontend/index.html).Testing
uvicorn backend.app.main:app --host 0.0.0.0 --port 8888를 실행하여 서버가 정상 기동함을 확인했습니다 and the server returned HTTP 200 for page and static asset requests.http://127.0.0.1:8888에 접속해#open-menu를 클릭하고 오프캔버스가 열리는지 확인하며 스크린샷을 생성하여 동작을 검증했습니다 (성공).Codex Task