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

Fixes #5518: Fix persistent vertical scrollbar

This commit is contained in:
Jeremy Stretch
2020-12-22 10:28:09 -05:00
parent 5fe5fd71b5
commit 8f4197c020
2 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v2.10
## v2.10.3 (FUTURE)
### Bug Fixes
* [#5518](https://github.com/netbox-community/netbox/issues/5518) - Fix persistent vertical scrollbar
---
## v2.10.2 (2020-12-21)
### Enhancements