We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6f4b1 commit bc58beaCopy full SHA for bc58bea
src/components/layout/Navigation/navigation.module.scss
@@ -4,7 +4,7 @@
4
5
.navigation {
6
position: fixed;
7
- z-index: dimensions.$modal;
+ z-index: dimensions.$foreground;
8
display: flex;
9
gap: 30px;
10
align-items: center;
src/features/search/AutoSearch/autoSearch.module.scss
@@ -3,7 +3,7 @@
3
.container {
position: absolute;
- z-index: 2000;
+ z-index: 49;
flex-direction: column;
justify-content: center;
0 commit comments