aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation/conversation.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-05-09 23:18:39 +0300
committerHenry Jameson <me@hjkos.com>2022-05-09 23:18:39 +0300
commit54a40bfa01b64214b45f1d1142cb6bc2909a8673 (patch)
tree3e727b84284f8c82501ce940d5c801da189aef1b /src/components/conversation/conversation.vue
parentcc1e3c6792747553cb1b2aa55a2a9077e3eefa2d (diff)
fix inline conversation's shadow showing through outer header
Diffstat (limited to 'src/components/conversation/conversation.vue')
-rw-r--r--src/components/conversation/conversation.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue
index ccedc121..6088e1ca 100644
--- a/src/components/conversation/conversation.vue
+++ b/src/components/conversation/conversation.vue
@@ -201,6 +201,8 @@
@import '../../_variables.scss';
.Conversation {
+ z-index: 1;
+
.conversation-dive-to-top-level-box {
padding: var(--status-margin, $status-margin);
border-bottom-width: 1px;