2
0
Эх сурвалжийг харах

Fixes #7045: Fix navigation menu rendering under Chrome

jeremystretch 4 жил өмнө
parent
commit
556efcc1d7

+ 1 - 0
docs/release-notes/version-3.0.md

@@ -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
 
 
 ---
 ---
 
 

+ 5 - 3
netbox/templates/base/sidenav.html

@@ -34,8 +34,10 @@
       {% nav %}
       {% nav %}
 
 
     </div>
     </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>
   </div>
 </nav>
 </nav>