mirror of
https://github.com/friendica/friendica
synced 2024-11-18 02:23:40 +00:00
parent
a661097a90
commit
856fb96212
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
</button>
|
||||
</span>
|
||||
</p>
|
||||
<div id="dropzone-{{$id}}" class="dropzone" style="overflow:scroll">
|
||||
<div id="dropzone-{{$id}}" class="dropzone" style="overflow:auto">
|
||||
<p>
|
||||
<textarea id="comment-edit-text-{{$id}}" class="dropzone comment-edit-text-empty form-control text-autosize" name="body" placeholder="{{$comment}}" rows="3" data-default="{{$default}}" dir="auto">{{$default}}</textarea>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue