Fixed small issue with pausing player with spacebar

This commit is contained in:
Kasper Rynning-Tønnesen
2018-04-27 13:17:15 +02:00
parent 1e53f371f6
commit 1c4834211d
2 changed files with 7 additions and 3 deletions

View File

@@ -1003,6 +1003,10 @@ margin:-1px;
transition:transform .5s;
}
#wrapper {
overflow: hidden;
}
.remote-container{
margin-top:64px;
}