.container .content aside .category--list .aside--title {
    background-image: none;
}

.container .content aside .category--list .aside--title.active {
    background-image: none;
}


.aside-scroll {
    position: fixed;
    top: 10px;
    width: 270px;
}

.aside-scroll::-webkit-scrollbar { 
    display: none;  
}

#scroll-div::-webkit-scrollbar { 
    display: none;  
}
