Merge pull request #178 from rschamp/bugfix/GH-177

Fix GH-177: Lower z-index for banners to 9
This commit is contained in:
Ray Schamp 2015-10-29 15:48:08 -04:00
commit b08bb2aa20

View file

@ -5,7 +5,7 @@ $navigation-height: 50px;
.banner {
position: fixed;
top: $navigation-height;
z-index: 99;
z-index: 9;
box-shadow: 0 1px 1px $ui-dark-gray;
background-color: $ui-orange;
width: 100%;