浏览代码

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

Altofocus: Fix the floating footer issue
Daniel Dudzic 4 年之前
父节点
当前提交
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 {