Skip to content

Commit

Permalink
かわいい
Browse files Browse the repository at this point in the history
  • Loading branch information
nasubi-dev committed Oct 3, 2024
1 parent 5fbfe4b commit 354ceac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/members/[id]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { handleSWRError } from "@/lib/utils/swr";

const BoxStyle = styled(Box)`
margin: 0 auto;
height: 80vh;
max-height: calc(100vh - 230px);
overflow: scroll;
`;

Expand Down

0 comments on commit 354ceac

Please sign in to comment.