overlay.css 256 B

12345678910111213
  1. html, body {
  2. height: 100px;
  3. margin: 0;
  4. overscroll-behavior-y: none;
  5. overscroll-behavior-x: none;
  6. overflow: hidden;
  7. }
  8. #main, #bodywrap {
  9. height: 100%;
  10. margin: 0;
  11. overscroll-behavior-x: none;
  12. overscroll-behavior-y: none;
  13. }