base.css 141 B

123456789
  1. body {
  2. width: 100%;
  3. height: 100%;
  4. position: absolute;
  5. background: #000000;
  6. margin: 0;
  7. padding: 0;
  8. overscroll-behavior: none;
  9. }