/docs content is overwritten by content in /docs_src (This tag will force a regeneration) DOCS_FORCE
10 lines
116 B
CSS
10 lines
116 B
CSS
body {
|
|
margin: 0;
|
|
overflow: hidden;
|
|
}
|
|
canvas {
|
|
touch-action: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|