From 7f9c5421e17654cce0362439c8f8a9af9a4af1da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=A1=BA=E5=BC=BA?= <978987373@qq.com> Date: Fri, 7 Jun 2024 15:51:07 +0800 Subject: [PATCH] fix help right panel scroll bug --- seahub/help/templates/help/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/seahub/help/templates/help/base.html b/seahub/help/templates/help/base.html index acaee73893..cca738adfe 100644 --- a/seahub/help/templates/help/base.html +++ b/seahub/help/templates/help/base.html @@ -101,7 +101,9 @@ -
{% block help_con %}{% endblock %}
+
+ {% block help_con %}{% endblock %} +
{% endblock %}