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;