fixate conversation heading
This commit is contained in:
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…
Reference in New Issue