File size: 162 Bytes
fba2ed6
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  #renderCanvas {
    width   : 100%;
    height  : 100%;
    touch-action: none;
  }