Resizing the vertical text area #762
Answered
by
hanspagel
paridhikhaitan
asked this question in
Questions & Help
-
I was wondering how a user could resize the tip tap text area manually by dragging it. |
Beta Was this translation helpful? Give feedback.
Answered by
hanspagel
Jul 20, 2020
Replies: 1 comment 1 reply
-
Try to add the following CSS to the resize: both;
overflow: hidden; Hope that helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
paridhikhaitan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to add the following CSS to the
div
you want to be resizeable:Hope that helps!