fixed header and footer implemented

This commit is contained in:
Tenzin Passang 2021-11-24 00:27:09 +02:00
parent fdc61ac798
commit 6d3b05c938
2 changed files with 27 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="chat-root fill-height d-flex flex-column" ma-0 pa-0>
<div class="chat-root fill-height d-flex flex-column">
<ChatHeader
class="chat-header flex-grow-0 flex-shrink-0"
v-on:header-click="onHeaderClick"
@ -7,7 +7,7 @@
<div
class="chat-content flex-grow-1 flex-shrink-1"
ref="chatContainer"
style="overflow-x: hidden; overflow-y: auto"
style="overflow: hidden auto;"
v-on:scroll="onScroll"
@click="closeContextMenusIfOpen"
>