

.sidebar {
    flex: 0 0 auto;
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    padding-top: 50px;
}

.sidebar .sidebar-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.sidebar-body {
    height: 100vh;
}

.sidebar-body.has-bottom {
    height: calc(100vh - 120px) !important
}

.sidebar-header {
    position: sticky;
    top: 0;

}

.sidebar .sidebar-bottom {
    width: 250px;
    position: fixed;
    bottom: 0;
}