#quarto-content {
    pre.sourceCode.code-with-copy {
        margin-bottom: 0 !important;
    }

    .code-copy-outer-scaffold {
        margin-bottom: 1rem;
    }
}

#quarto-margin-sidebar {
    position: sticky;
    top: 90px;
    align-self: start;
    max-height: calc(100vh - 90px - 1rem);
    overflow-y: auto;
}

#quarto-content {
    overflow-x: visible;
}