Skip to content

Commit 2f1d2f9

Browse files
authored
Merge pull request #289 from shubhendusaurabh/issue-198
fixes #198 filter list overlap issue
2 parents 53c8013 + ce464e8 commit 2f1d2f9

File tree

1 file changed

+2
-2
lines changed
  • src/shared/components/challenge-listing

1 file changed

+2
-2
lines changed

src/shared/components/challenge-listing/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default function ChallengeListing(props) {
8686
}
8787

8888
return (
89-
<div styleName="ChallengeFiltersExample">
89+
<div styleName="ChallengeFiltersExample" id="challengeFilterContainer">
9090
<ChallengeFilters
9191
groupId={props.groupId}
9292
communityName={props.communityName}
@@ -130,7 +130,7 @@ export default function ChallengeListing(props) {
130130
{challengeCardContainer}
131131

132132
<div styleName="sidebar-container-desktop">
133-
<Sticky top={20}>
133+
<Sticky top={20} bottomBoundary="#challengeFilterContainer">
134134
<Sidebar hideTcLinksInFooter={props.hideTcLinksInFooter} />
135135
</Sticky>
136136
</div>

0 commit comments

Comments
 (0)