Fixes #3995: Navbar scroll when overflowing

This commit is contained in:
Saria Hajjar
2020-01-23 20:34:06 +00:00
parent 66c7837543
commit 8580d2b6b9
2 changed files with 13 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
## Bug Fixes
* [#3983](https://github.com/netbox-community/netbox/issues/3983) - Permit the creation of multiple unnamed devices
* [#3995](https://github.com/netbox-community/netbox/issues/3995) - Fixed overflowing dropdown menus becoming unreachable
---