Fix scroll bar goes under header bar (fix #101)

This commit is contained in:
Feross Aboukhadijeh
2016-03-08 19:29:30 -08:00
parent d061587e06
commit adf53bb7cc
5 changed files with 20 additions and 19 deletions

View File

@@ -35,7 +35,7 @@ function Header (state, dispatch) {
}
function getAddButton () {
if (state.url !== '/player') {
if (state.url !== 'player') {
return hx`
<i
class='icon add'