set z-index for navbar and sidebar explicitly
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
a248efadf7
commit
573d554c69
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
}
|
||||
|
||||
.sidebar-wrapper {
|
||||
z-index: 99;
|
||||
overflow-y: auto;
|
||||
background: #F5F5F5;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue