diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-19 23:06:57 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-19 23:06:57 +0300 |
| commit | bb29218a6cb3682d230c12c630916562f8b24028 (patch) | |
| tree | fd337b2c67859bdb21d8f35e3cda89af66fd6bcd /src/components/conversation | |
| parent | b25c0c6f0289541bf1d7ef52da7d09db2893d38d (diff) | |
fixate conversation heading
Diffstat (limited to 'src/components/conversation')
| -rw-r--r-- | src/components/conversation/conversation.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 2e7f8684..c2c323c1 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -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 |
