diff options
author | citrons <citrons@mondecitronne.com> | 2025-06-16 21:25:07 -0500 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2025-06-17 12:05:16 +0100 |
commit | 7e0b5fc61a1627db7de1b47c9f660f9287da5426 (patch) | |
tree | cf47e6d2d51ebc31b78d83af2721ce0b39afc63b | |
parent | 87a79162dea40f7a28fe45e77ca6070abd6f05a9 (diff) |
overflow: auto for post content
-rw-r--r-- | apioforum/static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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} |