set z-index for navbar and sidebar explicitly

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-12-26 14:34:50 +02:00
parent a248efadf7
commit 573d554c69
No known key found for this signature in database
GPG Key ID: 161B5D6A44D3D88A
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,7 @@
*/
header {
&.navbar-gitlab {
z-index: 100;
margin-bottom: 0;
min-height: 40px;
border: none;
@ -82,8 +83,6 @@ header {
}
}
z-index: 10;
.container {
width: 100% !important;
padding-left: 0px;

View File

@ -3,6 +3,7 @@
}
.sidebar-wrapper {
z-index: 99;
overflow-y: auto;
background: #F5F5F5;
}