fix #211 - invisible header bug

This commit is contained in:
Nate Goldman
2016-03-23 23:16:33 -07:00
parent cb3dd716dd
commit 8b57e13735

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 {