You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

27 line
300 B

  1. html, body {
  2. width: 100vw;
  3. height: 100vh;
  4. }
  5. body {
  6. background-color: #2d2136;
  7. padding: 0px;
  8. margin: 0px;
  9. overflow: hidden;
  10. }
  11. .canvas, .ui-container {
  12. position: absolute;
  13. }
  14. .ui-container {
  15. width: 100%;
  16. height: 100%;
  17. pointer-events: none;
  18. }
  19. .ui-container > * {
  20. pointer-events: auto;
  21. }