add viewport-fit=cover and pb-safe-or-4 for chat from by tailwindcss-safe-area
Deploy app frontend / app frontend (push) Successful in 1m41s
Deploy app frontend / app frontend (push) Successful in 1m41s
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<slot name="endOfMessages" :count="messages.length"></slot>
|
||||
</div>
|
||||
|
||||
<div class="flex gap-3 p-4 pt-0 flex-col-reverse">
|
||||
<div class="flex gap-3 px-4 pt-0 flex-col-reverse pb-safe-or-4">
|
||||
<!-- Форма отправки сообщений -->
|
||||
<form @submit.prevent="sendMessage" class="flex gap-2 items-center" ref="form">
|
||||
<InputText
|
||||
|
||||
Reference in New Issue
Block a user