You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
193 B

4 years ago
  1. html, body {
  2. overflow: hidden;
  3. width : 100%;
  4. height : 100%;
  5. margin : 0;
  6. padding : 0;
  7. }
  8. #renderCanvas {
  9. width : 100%;
  10. height : 100%;
  11. touch-action: none;
  12. }