ng-elastic icon indicating copy to clipboard operation
ng-elastic copied to clipboard

Max-Height & Scrollbar

Open kurtisane opened this issue 8 years ago • 2 comments
trafficstars

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 !

kurtisane avatar Sep 04 '17 16:09 kurtisane

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 .

fiznool avatar Sep 04 '17 16:09 fiznool

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.

longgt avatar Feb 02 '18 07:02 longgt