Support full screen mode on iOS and enable "click to toggle fullscreen" in standard browsers

This commit is contained in:
Flo
2017-03-21 20:56:11 +01:00
parent 8010e6220d
commit 6a0e16885d
3 changed files with 167 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
html {
cursor: none;
overflow: hidden;
background: #000;
}
::-webkit-scrollbar {