/* docs/stylesheets/extra.css */
.scroll-box {
    max-height: 250px; /* Adjust height as needed */
    overflow-y: auto !important;
}

/* Ensure inner elements inherit correctly and don't overflow */
.scroll-box pre {
    max-height: none !important;
    overflow-y: visible !important;
}
