From 6ac28c73575e54b0e92e84174fd0b5d4a497f1d5 Mon Sep 17 00:00:00 2001 From: Guillaume Dorce Date: Fri, 28 Oct 2022 10:46:50 +0200 Subject: [PATCH] really fix scroll bottom with keyframes --- client/src/components/ScrollToBottom.tsx | 2 +- client/tailwind.config.cjs | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/client/src/components/ScrollToBottom.tsx b/client/src/components/ScrollToBottom.tsx index 1c199c7..f353cdb 100644 --- a/client/src/components/ScrollToBottom.tsx +++ b/client/src/components/ScrollToBottom.tsx @@ -37,7 +37,7 @@ const ScrollToBottom = ({ children, className = '' }: { children: ReactNode; cla