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

Merge pull request #3807 from hSaria/3712-scroll-offset

Fixes 3712
This commit is contained in:
Jeremy Stretch
2019-12-30 11:40:43 -05:00
committed by GitHub
2 changed files with 16 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
## Bug Fixes
* [#3695](https://github.com/netbox-community/netbox/issues/3695) - Include A/Z termination sites for circuits in global search
* [#3712](https://github.com/netbox-community/netbox/issues/3712) - Scrolling to target (hash) did not account for the header size
* [#3780](https://github.com/netbox-community/netbox/issues/3780) - Fix AttributeError exception in API docs
---