Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Navigation: React.FunctionComponent<NavigationProps> = ({

return (
// Can possibly add back PageSidebar wrapper when https://github.com/patternfly/patternfly/issues/7377 goes in
<PageSidebarBody id="page-sidebar-body">
<PageSidebarBody id="page-sidebar-body" style={{ overflowY: 'auto' }}>
<Nav onSelect={onNavSelect}>
<NavList>
{navData.map((navEntries) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exports[`matches snapshot 1`] = `
<div
class="pf-v6-c-page__sidebar-body"
id="page-sidebar-body"
style="overflow-y: auto;"
>
<nav
aria-label="Global"
Expand Down