aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat/chat.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-11 23:30:41 +0300
committerHenry Jameson <me@hjkos.com>2022-04-11 23:30:41 +0300
commit4f617a7293922fdce85462009feb7e52770a7e62 (patch)
treea61d07827d28ba73b6c50abfa902fae614545c18 /src/components/chat/chat.scss
parentdf18a74adc4dbad7ca0daf38c041f9ac482a29c8 (diff)
fix for chat shadow
Diffstat (limited to 'src/components/chat/chat.scss')
-rw-r--r--src/components/chat/chat.scss4
1 files changed, 3 insertions, 1 deletions
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 {