Skip to content

Commit

Permalink
style: z-index 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BHyeonKim committed Nov 18, 2024
1 parent 6c6f4b1 commit bc58bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/layout/Navigation/navigation.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.navigation {
position: fixed;
z-index: dimensions.$modal;
z-index: dimensions.$foreground;
display: flex;
gap: 30px;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion src/features/search/AutoSearch/autoSearch.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.container {
position: absolute;
z-index: 2000;
z-index: 49;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down

0 comments on commit bc58bea

Please sign in to comment.