From d8d85a410146f182ab585e10e182fcecc7ede649 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 14 Apr 2023 00:00:37 +0100 Subject: [PATCH] fix: post and comment scroll and overflow issues --- src/components/common/Comment.tsx | 5 ++++- src/components/common/CommentItem.tsx | 2 +- src/css/tailwind.css | 4 ++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/common/Comment.tsx b/src/components/common/Comment.tsx index 691a543f..aafbd19a 100644 --- a/src/components/common/Comment.tsx +++ b/src/components/common/Comment.tsx @@ -16,7 +16,10 @@ export const Comment: React.FC<{ const { t } = useTranslation("common") return ( -
+
{comments.isLoading diff --git a/src/components/common/CommentItem.tsx b/src/components/common/CommentItem.tsx index 61edcb2a..cec6d9b1 100644 --- a/src/components/common/CommentItem.tsx +++ b/src/components/common/CommentItem.tsx @@ -58,7 +58,7 @@ export const CommentItem: React.FC<{
-
+