Skip to content

Commit 2b96425

Browse files
committed
issue194 -iverson- Search overlap with the filter section
1 parent 51f23fc commit 2b96425

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/shared/components/TopcoderHeader/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
}
9696

9797
.search-field {
98+
z-index: 1;
9899
background: $tc-black;
99100
height: 0;
100101
margin-top: -1px;

src/shared/components/challenge-detail/Header/style.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,6 @@
343343
border-right: 1px solid $tc-gray-10;
344344
font-family: roboto;
345345
font-weight: 400;
346-
&:last-child {
347-
border-right: none;
348-
}
349346
.deadline-info {
350347
font-size: 13px;
351348
color: $tc-gray-40;

0 commit comments

Comments
 (0)