Skip to content

Commit

Permalink
Merge pull request #1300 from magsout/fix.Header-background-firefox/ie
Browse files Browse the repository at this point in the history
Fixed Header background
  • Loading branch information
ryanbreen committed Oct 13, 2015
2 parents e34c321 + 809ed36 commit 5d9530d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions website/source/assets/stylesheets/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ body.page-sub{

&.navbar-static-top{
z-index: 1000;
position: absolute;
width: 100%;
}

a{
Expand Down
3 changes: 1 addition & 2 deletions website/source/assets/stylesheets/_jumbotron.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
overflow: hidden;
width: 100%;
height: $jumbotron-total-height;
margin-top: $negative-hero-margin;
}

#jumbotron {
Expand Down Expand Up @@ -42,7 +41,7 @@
height: 100%;
margin-top: $header-height;
-webkit-backface-visibility:hidden;

.jumbo-logo-wrap{
margin-top: 135px;

Expand Down

0 comments on commit 5d9530d

Please sign in to comment.