From 556efcc1d783bcf576ced94fcab730bdac1f55b9 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Mon, 30 Aug 2021 09:56:05 -0400 Subject: [PATCH] Fixes #7045: Fix navigation menu rendering under Chrome --- docs/release-notes/version-3.0.md | 1 + netbox/templates/base/sidenav.html | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/release-notes/version-3.0.md b/docs/release-notes/version-3.0.md index 34f9c15d1..12c9d60d5 100644 --- a/docs/release-notes/version-3.0.md +++ b/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 * [#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 +* [#7045](https://github.com/netbox-community/netbox/issues/7045) - Fix navigation menu rendering under Chrome --- diff --git a/netbox/templates/base/sidenav.html b/netbox/templates/base/sidenav.html index c5286e84c..8941171e5 100644 --- a/netbox/templates/base/sidenav.html +++ b/netbox/templates/base/sidenav.html @@ -34,8 +34,10 @@ {% nav %} - -
- {% include 'inc/profile_button.html' %} + + {# Profile controls #} +
+ {% include 'inc/profile_button.html' %} +