Browse Source

use 100vh instead of 100% (#790)

pull/799/head
陈帅 8 years ago
committed by ddcat1115
parent
commit
9691ce3bce
  1. 1
      src/components/GlobalHeader/index.less

1
src/components/GlobalHeader/index.less

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

Loading…
Cancel
Save