Altofocus: Fix the floating footer issue. Closes #2347
This commit is contained in:
parent
41f1d0697c
commit
13918d0169
2 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ body {
|
|||
|
||||
background: $color__background-body;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.site-content .widget-area {
|
||||
|
|
|
@ -2153,6 +2153,7 @@ body {
|
|||
.site-content {
|
||||
background: #fff;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.site-content .widget-area {
|
||||
|
|
Loading…
Reference in a new issue