Skip to content

Commit

Permalink
fix sticky z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
qsomazzi committed Sep 17, 2015
1 parent 475a1b5 commit f21ffd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/public/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ body.fixed .content-header .navbar.stuck {
top:50px;
width: 100%;
margin-left: -15px;
z-index: 1;
z-index: 5;
border-radius: 0;
}

Expand All @@ -361,7 +361,7 @@ body.fixed .content-header .navbar.stuck {
width: 100%;
margin-left: -15px;
margin-bottom: 0;
z-index: 1;
z-index: 5;
border-radius: 0;
}

Expand Down

0 comments on commit f21ffd4

Please sign in to comment.