Describe the problem
Going to any component with a long-enough jump links side sidebar to be scrollable will not show the last section (CSS Props). Only way to make it show is to scroll to the bottom of the page to make the sidenav display it.
Expected behavior
Jump link to CSS Props is visible in the sidenav for all components
Screenshots
If applicable, add screenshots to help explain the issue.

Any other information?
Culprit seems to be nav.pf-v6-c-jump-links having element style top: 45px.
The top: 45px is there to ensure "Table of contents" is visible in the sidenav
Adding margin-bottom: 45px; to nav > .pf-v6-c-jump-links__main works fine



Describe the problem
Going to any component with a long-enough jump links side sidebar to be scrollable will not show the last section (CSS Props). Only way to make it show is to scroll to the bottom of the page to make the sidenav display it.
Expected behavior
Jump link to CSS Props is visible in the sidenav for all components
Screenshots
If applicable, add screenshots to help explain the issue.
Any other information?
Culprit seems to be
nav.pf-v6-c-jump-linkshaving element styletop: 45px.The
top: 45pxis there to ensure "Table of contents" is visible in the sidenavAdding
margin-bottom: 45px;tonav > .pf-v6-c-jump-links__mainworks fine