10 lines
116 B
CSS
10 lines
116 B
CSS
body {
|
|
margin: 0;
|
|
overflow: hidden;
|
|
}
|
|
canvas {
|
|
touch-action: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|