_srollbar.scss 244 Bytes
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12 13
/*-----Scrollbar Styles End------*/
.dark {
  ::-webkit-scrollbar {
    @apply w-[0px] bg-gray-200 #{!important};
  }

  ::-webkit-scrollbar-thumb {
    @apply rounded-[10px] bg-bgdark #{!important};
  }

}

/*-----Scrollbar Styles End------*/