🐛 Bug fixes

This commit is contained in:
LittleSheep 2024-03-31 18:38:37 +08:00
parent 5e2c6e6c3b
commit fc1aef6eb7

View File

@ -9,7 +9,7 @@
app
class="flex items-center border-opacity-15 min-h-[64px]"
style="border-top-width: thin"
:style="`padding-bottom: ${safeAreaBottom}`"
:style="`padding-bottom: max(${safeAreaBottom}, 8px)`"
>
<chat-editor class="flex-grow-1" @sent="scrollTop" />
</v-footer>