Skip to content

Commit

Permalink
tempfix profile history graph with a scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jul 8, 2024
1 parent eee5f0e commit 9da0bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ProfilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export const ProfilePage = () => {
}
/>
</Box>
<Box sx={{ width: 2 / 3 }}>
<Box sx={{ width: 2 / 3 }} overflow="auto">
{/* TODO: figure out how to model rank vs. pp/score/etc. */}
<Stack direction="row" justifyContent="end" spacing={1}>
<Button
Expand Down

0 comments on commit 9da0bc1

Please sign in to comment.