#contents, #footer {
  display: none;
}

body {
  -ms-overflow-style: none;
}
body::-webkit-scrollbar {
  display: none;
}

@-moz-document url-prefix() {
  body {
    overflow: visible;
  }
}