Skip to content

Commit

Permalink
Merge pull request #6182 from haiwen/fix-help-scroll-bug
Browse files Browse the repository at this point in the history
fix help right panel scroll bug
  • Loading branch information
shuntian authored Jun 7, 2024
2 parents 98687c6 + 7f9c542 commit f2311b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion seahub/help/templates/help/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ <h3 class="hd">{% trans "Security and encryption" %}</h3>
</ul>
</div>
</div>
<div class="help-con article col-md-9 ov-auto flex-1" id="right-panel">{% block help_con %}{% endblock %}</div>
<div class="help-con article col-md-9 ov-auto flex-1 h100" id="right-panel">
{% block help_con %}{% endblock %}
</div>
</div>
{% endblock %}

Expand Down

0 comments on commit f2311b9

Please sign in to comment.