::-webkit-scrollbar

{

 width: 8px;
 background: #1e1e1e;

}

::-webkit-scrollbar-track

{

 background: #1e1e1e;
 border-radius: 2px;

}

::-webkit-scrollbar-thumb

{

 background: #70bf91;
 border-radius: 2px;

}