Skip to content

Commit 556efcc

Browse files
committed
Fixes #7045: Fix navigation menu rendering under Chrome
1 parent 25d1fe2 commit 556efcc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/release-notes/version-3.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* [#6996](https://github.com/netbox-community/netbox/issues/6996) - Global search bar should be full width on mobile
1616
* [#7001](https://github.com/netbox-community/netbox/issues/7001) - Fix page focus on load
1717
* [#7034](https://github.com/netbox-community/netbox/issues/7034) - Fix toggling of VLAN group scope selector fields
18+
* [#7045](https://github.com/netbox-community/netbox/issues/7045) - Fix navigation menu rendering under Chrome
1819

1920
---
2021

netbox/templates/base/sidenav.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@
3434
{% nav %}
3535

3636
</div>
37-
</div>
38-
<div class="profile-button-container">
39-
{% include 'inc/profile_button.html' %}
37+
38+
{# Profile controls #}
39+
<div class="profile-button-container">
40+
{% include 'inc/profile_button.html' %}
41+
</div>
4042
</div>
4143
</nav>

0 commit comments

Comments
 (0)