Spaces:
Paused
Paused
| html, body { | |
| width: 100%; | |
| height: 100%; | |
| overflow: hidden; | |
| } | |
| #renderCanvas { | |
| width : 100%; | |
| height : 100%; | |
| touch-action: none; | |
| } |
| html, body { | |
| width: 100%; | |
| height: 100%; | |
| overflow: hidden; | |
| } | |
| #renderCanvas { | |
| width : 100%; | |
| height : 100%; | |
| touch-action: none; | |
| } |