When lots of nav items are present, the sidebar isn't properly overflowing with a scroll (I think because there's an astro component inserted between the usual HTML, so it isn't inheriting the correct properties, or it's missing a sidebar container component). Currently the whole page will scroll down and the page styles will look broken.
Update: the astro island is being assigned the correct pf-v6-c-page__sidebar class which resolves the issue, but doesn't always finish hydrating/loading to the point of being actually given this class on page load/reload. Sometimes it does load properly and the scrolling behaves as intended.
When lots of nav items are present, the sidebar isn't properly overflowing with a scroll (I think because there's an astro component inserted between the usual HTML, so it isn't inheriting the correct properties, or it's missing a sidebar container component). Currently the whole page will scroll down and the page styles will look broken.
Update: the astro island is being assigned the correct
pf-v6-c-page__sidebarclass which resolves the issue, but doesn't always finish hydrating/loading to the point of being actually given this class on page load/reload. Sometimes it does load properly and the scrolling behaves as intended.