From c7b8a4564bc85ac5feb88d4b7f10aeb1758da1ae Mon Sep 17 00:00:00 2001 From: sercan Date: Tue, 31 Aug 2021 16:42:57 +0300 Subject: [PATCH] (QuickChat) Fixed: Wrong css causing a lot of problems --- src/app/layout/common/quick-chat/quick-chat.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout/common/quick-chat/quick-chat.component.scss b/src/app/layout/common/quick-chat/quick-chat.component.scss index a59ee18e..d10b1e0a 100644 --- a/src/app/layout/common/quick-chat/quick-chat.component.scss +++ b/src/app/layout/common/quick-chat/quick-chat.component.scss @@ -12,7 +12,7 @@ quick-chat { } } - :not(&.quick-chat-opened) { + &:not(.quick-chat-opened) { > div { overflow: visible;