Kaynağa Gözat

Minor css fix on not found page

TC pushbot 5 4 yıl önce
ebeveyn
işleme
00b5c1e5ff

+ 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%;