lib/@uncharted/cards/example/style.css [69:85]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, 0.09);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



style/visual.scss [17:33]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0);
  }

  ::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, 0.09);
  }

  ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100px;
  }

  ::-webkit-scrollbar-thumb:hover,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



