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

@@ -13,7 +13,7 @@ module.exports = {
torrentPlaying: null, /* the torrent we're streaming. see client.torrents */
// history: [], /* track how we got to the current view. enables Back button */
// historyIndex: 0,
url: '/',
url: 'home',
devices: {
airplay: null, /* airplay client. finds and manages AppleTVs */
chromecast: null /* chromecast client. finds and manages Chromecasts */