Change overflow to auto for show notes pre tags
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user