Change overflow to auto for show notes pre tags

This commit is contained in:
2025-11-13 19:45:40 -05:00
parent 3bd64bf5cf
commit 2be718287f

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 {