From b7f0d8fbf0b5aed426571e92fa004d8dc89e3e6b Mon Sep 17 00:00:00 2001 From: Rachit Chawla <58596563+Rachit1313@users.noreply.github.com> Date: Fri, 16 Feb 2024 03:04:11 +0000 Subject: [PATCH] Replaced padding to use relative value --- src/Chat/ChatBase.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Chat/ChatBase.tsx b/src/Chat/ChatBase.tsx index 9d7ab66a..d7ba056d 100644 --- a/src/Chat/ChatBase.tsx +++ b/src/Chat/ChatBase.tsx @@ -320,7 +320,7 @@ function ChatBase({ chat }: ChatBaseProps) { - + { /* Show a "Follow Chat" button if the user breaks auto scroll during loading */ !!scrollProgress && !shouldAutoScroll && (