This commit is contained in:
Kainoa Kanter 2023-04-08 00:10:16 -07:00
parent ee83b5b1a3
commit 8491a757bc
1 changed files with 9 additions and 19 deletions

View File

@ -1,18 +1,12 @@
<template> <template>
<div <MkStickyContainer>
ref="rootEl" <template #header
class="_section" ><MkPageHeader
@dragover.prevent.stop="onDragover" :actions="headerActions"
@drop.prevent.stop="onDrop" :tabs="headerTabs"
> :display-back-button="true"
<div class="_content mk-messaging-room"> /></template>
<template #header <MkSpacer :content-max="800" class="mk-messaging-room">
><MkPageHeader
:actions="headerActions"
:tabs="headerTabs"
:display-back-button="true"
/></template>
<MkSpacer :content-max="800">
<div class="body"> <div class="body">
<MkPagination <MkPagination
v-if="pagination" v-if="pagination"
@ -93,8 +87,7 @@
/> />
</footer> </footer>
</MkSpacer> </MkSpacer>
</div> </MkStickyContainer>
</div>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
@ -362,9 +355,6 @@ XMessage:last-of-type {
} }
.mk-messaging-room { .mk-messaging-room {
position: relative;
overflow: auto;
> .body { > .body {
.more { .more {
display: block; display: block;