/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) and (min-width: 768px){
    .sidebar{
        height: 330px;
        overflow: auto;
        direction: ltr;
    }
}