Show footer over navbar
This commit is contained in:
parent
213b846b6f
commit
1b7fc4f564
1 changed files with 3 additions and 4 deletions
|
@ -24,10 +24,8 @@ main {
|
|||
|
||||
footer.page-footer {
|
||||
padding-top: 0;
|
||||
|
||||
@media #{$large-and-up} {
|
||||
margin-left: $sidenav-width;
|
||||
}
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.sidenav {
|
||||
|
@ -41,6 +39,7 @@ footer.page-footer {
|
|||
|
||||
@media #{$large-and-up} {
|
||||
transform: translateX(0) !important;
|
||||
z-index: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue