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 611bc26685
commit 09c03e8ca7
3 changed files with 167 additions and 1 deletions

View File

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