Merge pull request #1300 from magsout/fix.Header-background-firefox/ie

Fixed Header background
This commit is contained in:
Ryan Breen 2015-10-13 16:37:17 -04:00
commit fe82e9ea7e
2 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,8 @@ body.page-sub{
&.navbar-static-top{
z-index: 1000;
position: absolute;
width: 100%;
}
a{

View File

@ -6,7 +6,6 @@
overflow: hidden;
width: 100%;
height: $jumbotron-total-height;
margin-top: $negative-hero-margin;
}
#jumbotron {