🐛 Bug fixes
This commit is contained in:
parent
5e2c6e6c3b
commit
fc1aef6eb7
@ -9,7 +9,7 @@
|
|||||||
app
|
app
|
||||||
class="flex items-center border-opacity-15 min-h-[64px]"
|
class="flex items-center border-opacity-15 min-h-[64px]"
|
||||||
style="border-top-width: thin"
|
style="border-top-width: thin"
|
||||||
:style="`padding-bottom: ${safeAreaBottom}`"
|
:style="`padding-bottom: max(${safeAreaBottom}, 8px)`"
|
||||||
>
|
>
|
||||||
<chat-editor class="flex-grow-1" @sent="scrollTop" />
|
<chat-editor class="flex-grow-1" @sent="scrollTop" />
|
||||||
</v-footer>
|
</v-footer>
|
||||||
|
Reference in New Issue
Block a user