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.
2 parents a7e8e82 + 0cd6f4e commit 4056530Copy full SHA for 4056530
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) => {
src/components/__tests__/__snapshots__/Navigation.test.tsx.snap
@@ -5,6 +5,7 @@ exports[`matches snapshot 1`] = `
5
<div
6
class="pf-v6-c-page__sidebar-body"
7
id="page-sidebar-body"
8
+ style="overflow-y: auto;"
9
>
10
<nav
11
aria-label="Global"
0 commit comments