mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-14 18:23:14 +00:00
Fixes #1298
This commit is contained in:
parent
e867b48446
commit
af901c3706
1 changed files with 4 additions and 2 deletions
|
|
@ -3,12 +3,15 @@ $submenu-color:darken($color-grey-1, 5%);
|
|||
|
||||
.nav-wrapper{
|
||||
position: relative;
|
||||
background: $color-grey-1;
|
||||
margin-left: -$menu-width;
|
||||
width: $menu-width;
|
||||
float: left;
|
||||
height:100%;
|
||||
min-height:800px;
|
||||
|
||||
.inner {
|
||||
background: $color-grey-1;
|
||||
}
|
||||
}
|
||||
#nav-toggle{
|
||||
left: $mobile-nice-padding;
|
||||
|
|
@ -278,7 +281,6 @@ body.explorer-open {
|
|||
|
||||
.footer{
|
||||
padding-top:1em;
|
||||
background-color:$color-grey-1;
|
||||
position:fixed;
|
||||
width:$menu-width - 7;
|
||||
bottom:0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue