Skip to content

Commit

Permalink
[FIX] header-top css fixes (for mobile)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jun 7, 2016
1 parent 7d818db commit b763b6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/styles/main/header/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
padding-bottom: @header-top-height;
border-bottom: 2px solid @header-border-color;
}
@media (min-width: 992px) {
.header-top-wrp{
z-index: 5000;
background: @header-top-bg-color;
}
}

.header-top{
background: @header-top-bg-color;
Expand Down

0 comments on commit b763b6a

Please sign in to comment.