fixate conversation heading

This commit is contained in:
Henry Jameson 2022-04-19 23:06:57 +03:00
parent b25c0c6f02
commit bb29218a6c
2 changed files with 5 additions and 1 deletions

View file

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

View file

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