From 33863911c4d0bc0722e7f81276b32a804f5eff16 Mon Sep 17 00:00:00 2001 From: gofnnp Date: Fri, 25 Jul 2025 23:18:53 +0400 Subject: [PATCH] fix-suggestions fix position --- .../chat/ChatMessagesWrapper/ChatMessagesWrapper.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/domains/chat/ChatMessagesWrapper/ChatMessagesWrapper.module.scss b/src/components/domains/chat/ChatMessagesWrapper/ChatMessagesWrapper.module.scss index 186ee76..af59278 100644 --- a/src/components/domains/chat/ChatMessagesWrapper/ChatMessagesWrapper.module.scss +++ b/src/components/domains/chat/ChatMessagesWrapper/ChatMessagesWrapper.module.scss @@ -12,7 +12,7 @@ } .suggestions.suggestions { - position: sticky; - bottom: 0; + // position: sticky; + // bottom: 0; padding: 0 16px 36px; }