.sidebarContainer {
    height: 954px; /* 100% Full-height */
    width:0px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; 
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.9);
    padding-bottom: 100px;
}
.sidebarContainer::-webkit-scrollbar {
    display: none;
}