TV full screen view.

This commit is contained in:
Simon Lindh
2019-07-27 18:43:17 +03:00
parent b561137962
commit 85c4a3480b
14 changed files with 339 additions and 130 deletions

View File

@@ -66,6 +66,10 @@ body {
margin-bottom: 60px;
}
html, body {
height: 100%;
}
@media (min-width: 768px) {
body.disable-scroll {
overflow: hidden;