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:
@@ -755,9 +755,12 @@ fieldset > table td input[type="radio"] {
|
||||
}
|
||||
#show_notes pre
|
||||
{
|
||||
overflow: auto;
|
||||
}
|
||||
#show_notes code {
|
||||
display: inline-block;
|
||||
background-color: var(--show-notes-pre-background);
|
||||
border: 1px solid #ddd;
|
||||
overflow: scroll;
|
||||
padding: 0.1em 0;
|
||||
}
|
||||
nav.episodes {
|
||||
|
||||
Reference in New Issue
Block a user