UI: Fix code block scrollbar flash during page load

This commit is contained in:
oobabooga 2026-04-18 11:53:37 -07:00
parent ae997d6a36
commit beb6e17ac7

View file

@ -579,11 +579,14 @@ audio {
padding: 1px 3px;
background: #f3f4f6 !important;
color: #1f2328;
scrollbar-width: thin;
scrollbar-color: var(--neutral-300) transparent;
}
.dark .message-body pre > code {
background: #0d1117 !important;
color: rgb(201 209 217);
scrollbar-color: rgb(255 255 255 / 6.25%) transparent;
}
.message-body pre > code {