Skip to content

Commit

Permalink
Add query selector to sticky accordion sidebar to the bottom of the p…
Browse files Browse the repository at this point in the history
…age header (caraml-dev#108)
  • Loading branch information
deadlycoconuts authored Jul 17, 2024
1 parent 41cc54b commit a234b6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const AccordionForm = ({
return (
<EuiFlexGroup direction="row" gutterSize="none" className="accordionForm">
<EuiFlexItem grow={false} className="accordionForm--sideNavContainer">
<Sticky enabled={true}>
<Sticky enabled={true} top={".euiHeader"}>
<AccordionFormSideNav name={name} sections={sections} />
</Sticky>
</EuiFlexItem>
Expand Down

0 comments on commit a234b6b

Please sign in to comment.