Skip to content

Commit

Permalink
PostDetail - fix always showing scrollbar space
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrembecky committed Jan 4, 2024
1 parent cb579dd commit eee934b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Posts/PostDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const PostDetail: FC<PostDetailProps> = ({caption, details}) => {
border: '1rem solid black',
backgroundColor: 'white',
maxHeight: '60vh',
overflow: 'scroll',
overflow: 'auto',
}}
>
<Typography variant="postTitle" textTransform="uppercase" fontStyle="italic" mb={4}>
Expand Down

0 comments on commit eee934b

Please sign in to comment.