/* Always show the scrollbar */
.ps-container .ps-scrollbar-x-rail {
display: block !important;
opacity:  1 !important;
}

/* Scrollbar handle color */
.ps-container .ps-scrollbar-x {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 0;
}