feat: Markdown rendering improvements

This commit is contained in:
Jesse Wierzbinski 2024-05-11 16:15:42 -10:00
parent 8b22a22ae4
commit e90ff9d508
No known key found for this signature in database
5 changed files with 109 additions and 64 deletions

View file

@ -1,6 +1,8 @@
<template>
<ClientOnly>
<SocialElementsNotesNote v-if="note" :note="note" />
<div class="max-h-dvh min-h-dvh overflow-y-auto">
<SocialElementsNotesNote v-if="note" :note="note" />
</div>
</ClientOnly>
</template>