1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

Merge pull request #6182 from haiwen/fix-help-scroll-bug

fix help right panel scroll bug
This commit is contained in:
杨顺强
2024-06-07 15:53:38 +08:00
committed by GitHub

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 %}