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

@@ -457,14 +457,14 @@ function openPlayer (torrentSummary) {
if (timedOut) return
// otherwise, play the video
state.url = '/player'
state.url = 'player'
state.window.title = torrentSummary.name
update()
})
}
function closePlayer () {
state.url = '/'
state.url = 'home'
state.window.title = config.APP_NAME
update()