From 1d3aeec3926ff78b121f24d9cd4add2060e8da5a Mon Sep 17 00:00:00 2001 From: eclipse Date: Mon, 20 Oct 2025 17:56:00 +0200 Subject: [PATCH] improved readability on narrow screens --- theme/static/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/static/css/custom.css b/theme/static/css/custom.css index 6e8eca8..bb7b9bc 100644 --- a/theme/static/css/custom.css +++ b/theme/static/css/custom.css @@ -503,8 +503,8 @@ article:not(:has(> form:first-child)) > header.card-header { } /* settings for articles */ -#content-body, #content-body { - overflow: hidden; +#content-body { + overflow: scroll; display: flex; justify-content: space-between; flex-flow: row wrap-reverse;