From 4f617a7293922fdce85462009feb7e52770a7e62 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 11 Apr 2022 23:30:41 +0300 Subject: fix for chat shadow --- src/components/chat/chat.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/components/chat/chat.scss') diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss index 1bad51b9..7b4dd37f 100644 --- a/src/components/chat/chat.scss +++ b/src/components/chat/chat.scss @@ -22,6 +22,8 @@ margin: 0 0 0 0; border-radius: 10px 10px 0 0; border-radius: var(--panelRadius, 10px) var(--panelRadius, 10px) 0 0; + margin-bottom: calc(var(--___columnMargin) * -1); + padding-bottom: var(--___columnMargin); &::after { border-radius: 0; @@ -40,7 +42,7 @@ bottom: 0; background-color: $fallback--bg; background-color: var(--bg, $fallback--bg); - z-index: 10; + z-index: 1; } .chat-view-heading { -- cgit v1.2.3-70-g09d2