Studio: keep code block scrollbars off one-line code (#6474)

This commit is contained in:
Wasim Yousef Said 2026-06-22 14:04:03 +02:00 committed by GitHub
commit 08e84b7f7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1684,6 +1684,11 @@
padding: 0 !important;
}
.aui-thread-root [data-streamdown="code-block-body"] {
/* Keep overlay scrollbars below one-line code. */
padding-bottom: 0.625rem !important;
}
[data-streamdown="code-block"] {
gap: 0.25rem;
padding: 0.75rem 1rem;