@media screen and (min-width: 1025px) {
  .panels {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  html {
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  body {
    scroll-behavior: smooth;
  }
}