.documentation-group {
    position: relative;
}

.documentation-menu-wrapper {
    max-width: 350px;
    background: #fafafa;
    border-right: 1px solid #cccccc;
    padding: 2vw;
    height: 100%;
    min-height: 100vh;
    overflow-y: scroll;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: sticky;
    top: 0;
}
.documentation-menu-wrapper::-webkit-scrollbar {
    display: none;
}

.doc-menu-section h4 {
    margin: 1em 0 10px;
    font-size: 20px;
}

.doc-menu-section h4 a {
    color:#252525;
}

.doc-menu-section a.documentation-link {
    display: block;
    font-size: 16px;
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #ededed;
}

.doc-menu-section a.documentation-link.active {
    color: #252525;
}
