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 %} - -