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 534f086 commit ef7e8c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev/styles/main/header/header.less
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 ef7e8c6

Please sign in to comment.