.scrollbar{
overflow-x: auto;
/*overflow-y: auto;*/
}
.scrollbar::-webkit-scrollbar {
width: 4px;
height: 4px;
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
.scrollbar::-webkit-scrollbar-track {
border-radius: 10px;
background: rgba(41, 53, 86, 0.05);
}
.scrollbar::-webkit-scrollbar-thumb {
border-radius: 10px;
background: rgba(41, 53, 86, 0.35);
}