Browse Source

Minor css fix on not found page

TC pushbot 5 4 years ago
parent
commit
00b5c1e5ff
2 changed files with 4 additions and 2 deletions
  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%;