html {
  overflow: auto;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  body {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 2px;
    padding-right: 2px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #606060;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #909090;
}
