scene.css 246 B

1234567891011121314151617
  1. #container-controls {
  2. position: fixed;
  3. left: 20px;
  4. bottom: 20px;
  5. }
  6. #container-controls .container button {
  7. margin: 10px;
  8. }
  9. .space-render {
  10. width: 100%;
  11. height: 100%;
  12. position: absolute;
  13. top: 0px;
  14. left: 0px;
  15. }