Browse Source

use 100vh instead of 100% (#790)

陈帅 8 years ago
parent
commit
9691ce3bce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/GlobalHeader/index.less

+ 1 - 0
src/components/GlobalHeader/index.less

@@ -9,6 +9,7 @@
 
 :global {
   .ant-layout {
+    min-height: 100vh;
     overflow-x: hidden;
   }
 }