소스 검색

Minor css fix on not found page

TC pushbot 5 4 년 전
부모
커밋
00b5c1e5ff
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      system/share/notfound.html
  2. 2 1
      system/share/permissionDenied.html

+ 2 - 1
system/share/notfound.html

@@ -16,7 +16,8 @@
         }
 
         .footer{
-            position: absolute;
+            position: fixed;
+            left: 0px;
             bottom: 0px;
             height: 100px;
             width: 100%;

+ 2 - 1
system/share/permissionDenied.html

@@ -16,7 +16,8 @@
         }
 
         .footer{
-            position: absolute;
+            position: fixed;
+            left: 0px;
             bottom: 0px;
             height: 100px;
             width: 100%;