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 c69c0e8 commit 6c4b265Copy full SHA for 6c4b265
src/components/Layout/LeftSidebar.tsx
@@ -228,7 +228,7 @@ const LeftSidebar = ({ inHeader = false }: LeftSidebarProps) => {
228
'overflow-y-auto',
229
hasScrollbar ? 'md:pr-2' : 'md:pr-4',
230
)}
231
- style={sidebarAlignmentStyles}
+ style={!inHeader ? sidebarAlignmentStyles : {}}
232
id={inHeader ? 'mobile-nav' : 'left-nav'}
233
data={productNavData}
234
{...commonAccordionOptions(null, activePage.tree[0]?.index, true, inHeader)}
0 commit comments