ng-elastic
ng-elastic copied to clipboard
Max-Height & Scrollbar
Hi, first of all thanks for your work! This works really really well.
I just need to know how to limit the height of the textarea so that the text that is in that textarea is scrollable.
Regards !
I'm afraid that isn't currently possible! We can try to add it in soon.
On Mon, 4 Sep 2017 at 17:45, kurtisane [email protected] wrote:
Hi, first of all thanks for your work! This works really really well.
I just need to know how to limit the height of the textarea so that the text that is in that textarea is scrollable.
Regards !
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fiznool/ng-elastic/issues/28, or mute the thread https://github.com/notifications/unsubscribe-auth/AAyGfwHBOIeLyfwuyjQYkMzXmX8IavzXks5sfCkbgaJpZM4PMHTM .
When initializing textarea, ng-elastic add overflow: hidden style to it.
Workaround is override this style, then feel free to set line height and max height by yourself.