html, body {
    padding: 0px;
    margin: 0px;
}

.container-fluid {
    border-bottom: 1px solid #dadde1;
    background: white;
    z-index: 1000;
    position: sticky;
    top: 0;
}

.docs-view {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.docs-tree {
    flex-shrink: 0;
    width: 320px;
    height: 100vh;
    overflow: auto;
    position: sticky;
    left: 0;
    top: 0;
    padding: 5px;
    margin-top: -73px;
    padding-top: 73px;
}

.docs-content {
    border-left: 1px solid #dadde1;
    padding: 15px;
}

.docs-content .content-header {
    margin-bottom: 25px;
}