Skip to content

Commit 6604557

Browse files
committed
fix adviser z-index
1 parent bdaf91d commit 6604557

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

src/features/adviser/AdviserContainer.module.scss

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,14 @@
22
position: sticky;
33
top: 80px;
44
width: 60%;
5-
6-
z-index: 3;
5+
z-index: 4;
76
min-height: 60px; // 2 lines of text
8-
9-
margin-top: -45px;
10-
margin-bottom: 25px;
11-
margin-left: auto;
12-
margin-right: auto;
13-
7+
margin: -45px auto 25px;
148
display: flex;
159
justify-content: center;
1610

17-
@media (max-width: 540px) {
11+
@media (width <= 540px) {
1812
margin-top: unset;
19-
2013
}
2114
}
2215

@@ -32,7 +25,6 @@
3225
width: 100%;
3326
height: 110%;
3427
left: 0;
35-
3628
filter: blur(12px);
3729
}
3830
}

0 commit comments

Comments
 (0)