.view-example-nav-viewport.docs-sticky {
    position: relative;
    top: auto;
    height: 28rem;
    max-height: 65vh;
    overflow: auto;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

#tasks-example {
    max-height: 400px;
    overflow-y: auto;
}

#tasks-example-output {
    max-height: 24rem;
    overflow: auto;
}

#ajax-demo { max-height: 400px; overflow: auto; }
#ajax-example pre { max-height: 24rem; overflow: auto; white-space: pre-wrap; overflow-wrap: anywhere; }
#ajax-example[data-state="error"] #ajax-status { color: var(--bs-danger-text-emphasis); }
#ajax-example[data-state="saving"] #ajax-status { color: var(--bs-primary-text-emphasis); }
