fix scroll issue w/ headers

This commit is contained in:
Yuki 2015-05-08 21:16:07 +05:30
parent 2e6ffdaab7
commit 843845c05a
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
position: relative; position: relative;
z-index: -1; z-index: -1;
width: 100%; width: 100%;
overflow: hidden;
background-color: darken($navbar-inverse-bg, 10%); background-color: darken($navbar-inverse-bg, 10%);
} }