Merge pull request #212 from feross/header-fix

fix invisible header bug
This commit is contained in:
Feross Aboukhadijeh
2016-03-23 23:20:49 -07:00

View File

@@ -184,6 +184,7 @@ i:not(.disabled):hover {
transition: opacity 0.15s ease-out;
font-size: 14px;
line-height: 1.5em;
z-index: 1;
}
.app:not(.is-focused) .header {