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; }