Skip to content

Commit

Permalink
Hotfix/#0.5.3: Navigation z-index 누락 오류 수정 (#33)
Browse files Browse the repository at this point in the history
* refactor: navbar zIndex 변경사항 누락 적용

* chore: 0.5.3 배포
  • Loading branch information
semnil5202 authored Apr 27, 2024
1 parent 24dea1a commit 6b66a64
Show file tree
Hide file tree
Showing 4 changed files with 724 additions and 317 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "concept-be-design-system",
"description": "컨셉비 디자인 시스템",
"version": "0.5.2",
"version": "0.5.3",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/components/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const Wrapper = styled.div`
left: 50%;
transform: translateX(-50%);
max-width: 420px;
z-index: ${({ theme }) => theme.zIndex.navigation};
`;

const NavBackImg = styled.img`
Expand Down
Loading

0 comments on commit 6b66a64

Please sign in to comment.