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 53c8013 + ce464e8 commit 2f1d2f9Copy full SHA for 2f1d2f9
src/shared/components/challenge-listing/index.jsx
@@ -86,7 +86,7 @@ export default function ChallengeListing(props) {
86
}
87
88
return (
89
- <div styleName="ChallengeFiltersExample">
+ <div styleName="ChallengeFiltersExample" id="challengeFilterContainer">
90
<ChallengeFilters
91
groupId={props.groupId}
92
communityName={props.communityName}
@@ -130,7 +130,7 @@ export default function ChallengeListing(props) {
130
{challengeCardContainer}
131
132
<div styleName="sidebar-container-desktop">
133
- <Sticky top={20}>
+ <Sticky top={20} bottomBoundary="#challengeFilterContainer">
134
<Sidebar hideTcLinksInFooter={props.hideTcLinksInFooter} />
135
</Sticky>
136
</div>
0 commit comments