1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #7045: Fix navigation menu rendering under Chrome

This commit is contained in:
jeremystretch
2021-08-30 09:56:05 -04:00
parent 25d1fe2c8d
commit 556efcc1d7
2 changed files with 6 additions and 3 deletions

View File

@ -34,8 +34,10 @@
{% nav %}
</div>
</div>
<div class="profile-button-container">
{% include 'inc/profile_button.html' %}
{# Profile controls #}
<div class="profile-button-container">
{% include 'inc/profile_button.html' %}
</div>
</div>
</nav>