Browse Source

fix(fe): add min page height, avoid footer cover on content

delong.wang 1 year ago
parent
commit
5c6fdc2a20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      blockpage/index.html

+ 1 - 1
blockpage/index.html

@@ -26,7 +26,7 @@
         width: 100%;
         background: white;
         font-size: 12px;
-        min-height: 450px;
+        min-height: 480px;
         position: relative;
       }