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:
@ -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>
|
||||
|
Reference in New Issue
Block a user