8 lines
99 B
CSS
8 lines
99 B
CSS
body {
|
|
margin: 0;
|
|
display: flex;
|
|
overflow: hidden;
|
|
}
|
|
canvas {
|
|
touch-action: none;
|
|
} |