Altofocus: Fix the floating footer issue. Closes #2347

This commit is contained in:
Danny Dudzic 2020-08-13 03:31:15 +02:00
parent 41f1d0697c
commit 13918d0169
2 changed files with 2 additions and 0 deletions

View file

@ -48,6 +48,7 @@ body {
background: $color__background-body;
position: relative;
z-index: 1;
}
.site-content .widget-area {

View file

@ -2153,6 +2153,7 @@ body {
.site-content {
background: #fff;
position: relative;
z-index: 1;
}
.site-content .widget-area {