mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Fixes #7045: Fix navigation menu rendering under Chrome
This commit is contained in:
parent
25d1fe2c8d
commit
556efcc1d7
@ -15,6 +15,7 @@
|
|||||||
* [#6996](https://github.com/netbox-community/netbox/issues/6996) - Global search bar should be full width on mobile
|
* [#6996](https://github.com/netbox-community/netbox/issues/6996) - Global search bar should be full width on mobile
|
||||||
* [#7001](https://github.com/netbox-community/netbox/issues/7001) - Fix page focus on load
|
* [#7001](https://github.com/netbox-community/netbox/issues/7001) - Fix page focus on load
|
||||||
* [#7034](https://github.com/netbox-community/netbox/issues/7034) - Fix toggling of VLAN group scope selector fields
|
* [#7034](https://github.com/netbox-community/netbox/issues/7034) - Fix toggling of VLAN group scope selector fields
|
||||||
|
* [#7045](https://github.com/netbox-community/netbox/issues/7045) - Fix navigation menu rendering under Chrome
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -34,8 +34,10 @@
|
|||||||
{% nav %}
|
{% nav %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
{# Profile controls #}
|
||||||
<div class="profile-button-container">
|
<div class="profile-button-container">
|
||||||
{% include 'inc/profile_button.html' %}
|
{% include 'inc/profile_button.html' %}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
Loading…
Reference in New Issue
Block a user