mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
fix: scroll on edit textarea
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="d-flex flex-column gap-1 mb-1">
|
||||
<textarea class="form-control w-100 p-2 overflow-hidden" style="height: 32px; max-height: 30vh; resize: none;">{rawContent}</textarea>
|
||||
<textarea class="form-control w-100" style="height:0; max-height: 30vh; resize: none;">{rawContent}</textarea>
|
||||
<div class="align-self-end d-flex gap-2 bottom-0 end-0">
|
||||
<button class="btn btn-sm btn-outline-secondary" data-action="cancel">[[global:cancel]]</button>
|
||||
<button class="btn btn-sm btn-success" data-action="save">[[global:save]]</button>
|
||||
|
||||
Reference in New Issue
Block a user