
  html, body {
    overflow-y: scroll;
    scrollbar-width: none;        /* Firefox */
    -ms-overflow-style: none;     /* Internet Explorer/Edge */
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    display: none;                /* Chrome, Safari, Opera */
  }
