mirror of
https://github.com/friendica/friendica
synced 2024-11-18 07:43:51 +00:00
Merge pull request #13008 from xundeenergie/optical-improvements-dropzone
remove scrollbar from dropzone in jot too fixes #13002
This commit is contained in:
commit
7f6d6c9521
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{* The jot text field in which the post text is inserted *}}
|
||||
<div id="jot-text-wrap" class="dropzone" style="overflow:scroll">
|
||||
<div id="jot-text-wrap" class="dropzone">
|
||||
<textarea rows="2" cols="64" class="profile-jot-text form-control text-autosize" id="profile-jot-text" name="body" placeholder="{{$share}}" onFocus="jotTextOpenUI(this);" onBlur="jotTextCloseUI(this);" style="min-width:100%; max-width:100%;" dir="auto">{{if $content}}{{$content nofilter}}{{/if}}</textarea>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue