You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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 styletop: 45px
.The
top: 45px
is there to ensure "Table of contents" is visible in the sidenavAdding
margin-bottom: 45px;
tonav > .pf-v6-c-jump-links__main
works fineThe text was updated successfully, but these errors were encountered: