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:
parent
d95e60e2ad
commit
d8b0246a78
3 changed files with 5 additions and 5 deletions
|
|
@ -1701,8 +1701,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% if bottom_bar == 'True' %}
|
||||
{% include 'bottombar.html' %}
|
||||
{% if bottom_bar %}
|
||||
{% include 'bottom_bar.html' %}
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue