1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-22 10:34:49 +00:00

Fix instance bottom bar overlapping main content

This commit is contained in:
Real-Gecko 2020-05-25 17:32:36 +06:00 committed by catborise
parent d95e60e2ad
commit d8b0246a78
3 changed files with 5 additions and 5 deletions

View file

@ -1701,8 +1701,8 @@
</div>
</div>
</div>
{% if bottom_bar == 'True' %}
{% include 'bottombar.html' %}
{% if bottom_bar %}
{% include 'bottom_bar.html' %}
{% endif %}
{% endblock %}