fix for chat shadow

This commit is contained in:
Henry Jameson 2022-04-11 23:30:41 +03:00
parent df18a74adc
commit 4f617a7293
4 changed files with 13 additions and 3 deletions

View file

@ -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 {