index.scss 312 B

1234567891011121314151617181920
  1. html {
  2. line-height: 1.15;
  3. -webkit-text-size-adjust: 100%;
  4. }
  5. html,
  6. body {
  7. width: 100%;
  8. height: 100%;
  9. margin: 0;
  10. font-size: 14px;
  11. overflow: hidden;
  12. user-select: none;
  13. }
  14. #app {
  15. width: 100%;
  16. height: 100%;
  17. overflow: hidden;
  18. color: #fff;
  19. background-color: #232323;
  20. }