common.css 76 B

123456
  1. html, body {
  2. overflow: hidden;
  3. }
  4. ::-webkit-scrollbar {
  5. display: none;
  6. }