Closed evwilkin closed 1 month ago
Closes #11051
This PR fixes the incorrect offset used in the jumplinks with drawer demo by removing the complicated offset calculation altogether and simply applying hasOverflowScroll to the scrolling page section.
offset
hasOverflowScroll
Preview: https://patternfly-react-pr-11054.surge.sh
A11y report: https://patternfly-react-pr-11054-a11y.surge.sh
Closes #11051
This PR fixes the incorrect
offset
used in the jumplinks with drawer demo by removing the complicated offset calculation altogether and simply applyinghasOverflowScroll
to the scrolling page section.