From 2be718287fd59fcc5be3d54b7d84cbf934309ecd Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Thu, 13 Nov 2025 19:45:40 -0500 Subject: [PATCH] Change overflow to auto for show notes pre tags --- public_html/css/hpr.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 8210858..e2297f7 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -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 {