From 7e0b5fc61a1627db7de1b47c9f660f9287da5426 Mon Sep 17 00:00:00 2001 From: citrons Date: Mon, 16 Jun 2025 21:25:07 -0500 Subject: overflow: auto for post content --- apioforum/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apioforum/static/style.css b/apioforum/static/style.css index feaa814..c15dc35 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -39,6 +39,7 @@ a:visited { color: var(--visited); } text-decoration: underline; } .post-heading-em { font-weight: bold; } +.post-content { overflow: auto; } .post-content * { margin-bottom: 8px; margin-top: 8px; } .post-content > *:first-child { margin-top: 2px } .post-content > *:last-child { margin-bottom: 0} -- cgit v1.2.3