Skip to content

Commit

Permalink
[Udpated] bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
greedyboi committed Aug 24, 2023
1 parent 972d02a commit fa19aa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Leaderboard/Leaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Leaderboard = (props: Props) => {
id: 'user-rank-trigger',
trigger: userCard,
start: 'bottom+=30px bottom',
end: 'bottom-=70px bottom',
end: () => `bottom${windowWidth > Breakpoints.MD ? '' : '+=35px'} bottom`,
endTrigger: containerRef.current,
pin: true,
pinSpacing: false,
Expand Down
1 change: 0 additions & 1 deletion src/pages/MySavings/MySavings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@
.leaderboard {
animation: unset;
opacity: 1;
padding-bottom: 100px;
}
}

Expand Down

0 comments on commit fa19aa3

Please sign in to comment.