Skip to content

Commit

Permalink
[FIX] fix header-top in mobile (podio bug20)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed May 31, 2016
1 parent 131724d commit 0f2473b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev/styles/main/header/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
}

.header-top-wrp{
background: @header-top-bg-color;
// background: @header-top-bg-color;
position: relative;
z-index: 5000;
// z-index: 5000;
width: 100%;
margin: 0 auto;
padding-bottom: @header-top-height;
Expand All @@ -18,6 +18,7 @@
.header-top{
background: @header-top-bg-color;
position: fixed;
z-index: 5001;
margin: 0 auto;
max-width: 1280px;
.clearfix();
Expand Down

0 comments on commit 0f2473b

Please sign in to comment.