Просмотр исходного кода

Merge pull request #2351 from Automattic/altofocus/fix/2347-floating-footer

Altofocus: Fix the floating footer issue
Daniel Dudzic 4 лет назад
Родитель
Сommit
fffbc6fa85
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      altofocus/assets/stylesheets/layout/_content.scss
  2. 1 0
      altofocus/style.css

+ 1 - 0
altofocus/assets/stylesheets/layout/_content.scss

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

+ 1 - 0
altofocus/style.css

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