We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e8e82 commit 9f403f4Copy full SHA for 9f403f4
src/components/Navigation.tsx
@@ -25,7 +25,7 @@ export const Navigation: React.FunctionComponent<NavigationProps> = ({
25
26
return (
27
// Can possibly add back PageSidebar wrapper when https://github.com/patternfly/patternfly/issues/7377 goes in
28
- <PageSidebarBody id="page-sidebar-body">
+ <PageSidebarBody id="page-sidebar-body" style={{ overflowY: 'auto' }}>
29
<Nav onSelect={onNavSelect}>
30
<NavList>
31
{navData.map((navEntries) => {
0 commit comments