view ready, auto scroll not working
This commit is contained in:
parent
ba2205d5a5
commit
f43e456324
|
|
@ -83,7 +83,7 @@
|
|||
<div id="chat-messages">
|
||||
</div>
|
||||
<form id="messageForm">
|
||||
<div class="input-group mb-3" style=" position: fixed; width: 50%; bottom: 21%;">
|
||||
<div class="input-group mb-3" style=" position: fixed; width: 50%; bottom: 12%;">
|
||||
<input type="text" id="message-content" class="form-control rounded-lg bg-gray-100 text-black p-2" placeholder="{{ trans('app.last_updates.type_here') }}" aria-label="Recipient's username" aria-describedby="basic-addon2">
|
||||
<div class="input-group-append">
|
||||
<button class="input-group-text" type="submit"><i class="la la-send"></i></button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue