1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #7045: Fix navigation menu rendering under Chrome

This commit is contained in:
jeremystretch
2021-08-30 09:56:05 -04:00
parent 25d1fe2c8d
commit 556efcc1d7
2 changed files with 6 additions and 3 deletions

View File

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