소스 검색

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;
 }