
::-webkit-scrollbar { width: 12px; height:12px; }

::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #AAAAAA;
}


::-webkit-scrollbar-track {  background: transparent;   border-radius: 9999px;  }