@media (min-width: 768px) {
  * ::-webkit-scrollbar {
    width: 6px;
  }

  * ::-webkit-scrollbar-track {
    border-radius: 10px;
  }

  /* Handle */
  * ::-webkit-scrollbar-thumb {
    background: #d9d9d9d9;
    border-radius: 10px;
  }

  /* Handle on hover */
  * ::-webkit-scrollbar-thumb:hover {
    background: #d9d9d9;
  }

  /* Handle */
  .uikit-dark * ::-webkit-scrollbar-thumb {
    background: #444444;
    border-radius: 10px;
  }

  /* Handle on hover */
  .uikit-dark * ::-webkit-scrollbar-thumb:hover {
    background: #444444;
  }
}
