bedrock-protocol/examples/viewer/client/app.css
2021-03-30 01:39:28 -04:00

22 lines
255 B
CSS

html {
overflow: hidden;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: sans-serif;
}
a {
text-decoration: none;
}
canvas {
height: 100%;
width: 100%;
font-size: 0;
margin: 0;
padding: 0;
}