[i299] fix auto scroll highlighting of code blocks #302

Merged
rho_n merged 3 commits from i299_fix-auto-scroll-highlighting-of-code-blocks into main 2025-11-14 21:22:55 +00:00
Showing only changes of commit 2be718287f - Show all commits

View File

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