diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-05 17:44:40 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-05 17:44:40 +0300 |
| commit | 9e5037c71564c041c6bf518109d21e84df435855 (patch) | |
| tree | f1d0bf21e776fcb37d906494618b52f51ad49799 /src/components/chat_list/chat_list.vue | |
| parent | 835feea1633fa1a5f3ea6f28bc3760a345e52cf1 (diff) | |
make chatlist header sticky
Diffstat (limited to 'src/components/chat_list/chat_list.vue')
| -rw-r--r-- | src/components/chat_list/chat_list.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chat_list/chat_list.vue b/src/components/chat_list/chat_list.vue index f98b7ed2..58e8d0b3 100644 --- a/src/components/chat_list/chat_list.vue +++ b/src/components/chat_list/chat_list.vue @@ -6,7 +6,7 @@ v-else class="chat-list panel panel-default" > - <div class="panel-heading"> + <div class="panel-heading -sticky"> <span class="title"> {{ $t("chats.chats") }} </span> |
