1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 07:47:32 +00:00

fix help right panel scroll bug

This commit is contained in:
杨顺强 2024-06-07 15:51:07 +08:00
parent 1a79a4d670
commit 7f9c5421e1

View File

@ -101,7 +101,9 @@
</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 %}