Skip to content

Commit bc58bea

Browse files
committed
style: z-index 수정
1 parent 6c6f4b1 commit bc58bea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/layout/Navigation/navigation.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.navigation {
66
position: fixed;
7-
z-index: dimensions.$modal;
7+
z-index: dimensions.$foreground;
88
display: flex;
99
gap: 30px;
1010
align-items: center;

src/features/search/AutoSearch/autoSearch.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.container {
55
position: absolute;
6-
z-index: 2000;
6+
z-index: 49;
77
display: flex;
88
flex-direction: column;
99
justify-content: center;

0 commit comments

Comments
 (0)