mirror of
https://github.com/friendica/friendica
synced 2024-11-17 20:23:40 +00:00
remove unnecessary overflow:scroll from compose template
This commit is contained in:
parent
c30b901110
commit
789270ad11
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
</button>
|
||||
</span>
|
||||
</p>
|
||||
<div id="dropzone-{{$id}}" class="dropzone" style="overflow:scroll">
|
||||
<div id="dropzone-{{$id}}" class="dropzone">
|
||||
<p>
|
||||
<textarea id="comment-edit-text-{{$id}}" class="comment-edit-text form-control text-autosize expandable-textarea" name="body" placeholder="{{$l10n.default}}" rows="18" tabindex="3" dir="auto" onkeydown="sendOnCtrlEnter(event, 'comment-edit-submit-{{$id}}')">{{$body}}</textarea>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue