Fixes #3422: Prevent navigation menu from overlapping page content

This commit is contained in:
Jeremy Stretch
2019-08-12 11:57:48 -04:00
parent 59284463b6
commit be57e606af
4 changed files with 125 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ v2.6.3 (FUTURE)
## Bug Fixes
* [#3405](https://github.com/netbox-community/netbox/issues/3405) - Fix population of power port/outlet details on device creation
* [#3422](https://github.com/netbox-community/netbox/issues/3422) - Prevent navigation menu from overlapping page content
---