Fix nav showing while loading (#112)

This commit is contained in:
杨奕 2017-03-03 10:43:36 +08:00 committed by cinwell.li
commit 9f0fc83b54

View file

@ -10,7 +10,7 @@
body:not(.ready) {
overflow: hidden;
[data-cloak] {
[data-cloak], nav {
display: none;
}
}