Skip to content

Commit

Permalink
Merge branch 'main' of github.com:TrustlessComputer/bvm-website
Browse files Browse the repository at this point in the history
  • Loading branch information
sett committed Jan 19, 2024
2 parents bcd7a4d + ca8c794 commit 2223ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Whitelist/leaderBoard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ const LeaderBoard = () => {
}

return (
<Box className={styles.container} height="85dvh" id={LEADER_BOARD_ID}>
<Box className={styles.container} height="100dvh" id={LEADER_BOARD_ID}>
<ScrollWrapper
onFetch={() => {
refParams.current = {
Expand Down

0 comments on commit 2223ec7

Please sign in to comment.