Skip to content

Commit 2f87cbb

Browse files
committed
fix(search): results now appear above page-nav-bar
1 parent e656d9d commit 2f87cbb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/styles/modules/_navbar.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
color: rgba(0,0,0,0.8);
1919
font-size: 14px;
2020
border-bottom: 1px solid rgba(0,0,0,0.1);
21-
z-index: 1;
21+
z-index: 2;
2222

2323
.navbar-brand {
2424
text-transform: uppercase;
@@ -52,7 +52,6 @@
5252
}
5353
}
5454

55-
5655
@media (max-width: $screen-xs-max) {
5756
.navbar.ui-scrollfix {
5857
position: static;

app/styles/modules/_pagenav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $page-nav-link-padding: 7px 15px;
2424
padding: 10px;
2525
color: rgba(0,0,0,0.5);
2626
background-color: white;
27-
z-index: 99;
27+
z-index: 1;
2828

2929
.nav-pills {
3030
display: inline-block;

0 commit comments

Comments
 (0)