From eee934be5bcf7fa2f78ae995246ce26cbd5b56dd Mon Sep 17 00:00:00 2001 From: rtrembecky Date: Thu, 4 Jan 2024 09:00:29 +0100 Subject: [PATCH] PostDetail - fix always showing scrollbar space --- src/components/Posts/PostDetail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Posts/PostDetail.tsx b/src/components/Posts/PostDetail.tsx index 10dce7b3..c3754f61 100644 --- a/src/components/Posts/PostDetail.tsx +++ b/src/components/Posts/PostDetail.tsx @@ -16,7 +16,7 @@ export const PostDetail: FC = ({caption, details}) => { border: '1rem solid black', backgroundColor: 'white', maxHeight: '60vh', - overflow: 'scroll', + overflow: 'auto', }} >