.navBar-personal{
    min-width: 97px;
    max-height: 100vh;
    position: sticky;
    top: 0;
    overflow-y: scroll !important;
}

.navBar-personal::-webkit-scrollbar {
    width: 0; /* width of the entire scrollbar */
}