]> git.mxchange.org Git - friendica.git/commitdiff
remove scrollbar from dropzone in jot too
authorJakobus Schürz <jakobus.schuerz@home.arpa>
Mon, 17 Apr 2023 20:11:52 +0000 (22:11 +0200)
committerJakobus Schürz <jakobus.schuerz@home.arpa>
Mon, 17 Apr 2023 20:11:52 +0000 (22:11 +0200)
fixes #13002

view/theme/frio/templates/jot.tpl

index c59b30cf7195a07e3bb6e2d6b16b6dd6b5ffb255..09ca31853ac4b1c9a022e1c68ebf4d812969c51a 100644 (file)
@@ -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>