浏览代码

Move banner to background so that it doesn't block usable elements

Lee Morgan 5 年之前
父节点
当前提交
3dfb821bb9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      views/shared/shared.css

+ 1 - 1
views/shared/shared.css

@@ -280,7 +280,7 @@ form{
     list-style-type: none;
     font-size: 20px;
     color: white;
-    z-index: 10;
+    z-index: -10;
     position: absolute;
     border-radius: 5px;
 }