Merge pull request '[i299] fix auto scroll highlighting of code blocks' (#302) from i299_fix-auto-scroll-highlighting-of-code-blocks into main

Reviewed-on: #302
This commit was merged in pull request #302.
This commit is contained in:
2025-11-14 21:22:54 +00:00

View File

@@ -755,9 +755,12 @@ fieldset > table td input[type="radio"] {
} }
#show_notes pre #show_notes pre
{ {
overflow: auto;
}
#show_notes code {
display: inline-block;
background-color: var(--show-notes-pre-background); background-color: var(--show-notes-pre-background);
border: 1px solid #ddd; border: 1px solid #ddd;
overflow: scroll;
padding: 0.1em 0; padding: 0.1em 0;
} }
nav.episodes { nav.episodes {