Skip to content

Instantly share code, notes, and snippets.

@patkap1994
Created May 19, 2022 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patkap1994/e8b10acd88008c38852feef6ddcabe7e to your computer and use it in GitHub Desktop.
Save patkap1994/e8b10acd88008c38852feef6ddcabe7e to your computer and use it in GitHub Desktop.
* {
margin: 0;
padding: 0;
}
html,
body {
overflow: hidden;
}
.webgl {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment