Newer
Older
InforSystem / simulation / simulation / src / style.css
@Saito Karen Saito Karen on 18 Jul 220 bytes upload
html, body, #root {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background-color: black;
}

canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}