fixate conversation heading

merge-requests/1193/merge
Henry Jameson 2 years ago
parent b25c0c6f02
commit bb29218a6c

@ -7,7 +7,7 @@
>
<div
v-if="isExpanded"
class="panel-heading conversation-heading"
class="panel-heading conversation-heading -sticky"
>
<span class="title"> {{ $t('timeline.conversation') }} </span>
<button

@ -27,4 +27,8 @@
.timeline-footer {
border: none;
}
.conversation-heading {
top: calc(var(--panel-heading-height) * 2);
}
}

Loading…
Cancel
Save