Height of text area automatically adjusted Home › Forums › Comment box for SharePoint › Height of text area automatically adjusted Tagged: auto-adjust, height This topic has 3 replies, 2 voices, and was last updated 8 years, 8 months ago by Alexander Bautz. Viewing 3 reply threads Author Posts March 3, 2016 at 09:36 #10573 WilliamParticipant Dear Alexander, Can the height of the CommentBox be automatically adjusted to the content, instead of a fixed height in number of px? Thank you for your support !! March 4, 2016 at 19:32 #10617 Alexander BautzKeymaster I’ll add this to the to-do-list for the next version. If you use for example Google Chrome (or other webkit browsers) you a resize handle in the bottom right corner of the textarea by default. Alexander March 9, 2016 at 07:40 #10702 WilliamParticipant Dear Alexander, I meant the height of the existing comments (already posted) to avoid to have a scrollbar on the right inside the comment. Thank you for your time !! March 19, 2016 at 08:30 #10803 Alexander BautzKeymaster Hi, Sorry for the delay. To change this from the default 500px height you must open the file “spjs-cBox.css” and edit this snippet: /* The comment body */ div.cBoxCommentBody{ font-family:Calibri; font-size:12px; max-height:500px; overflow:auto; } Change (or remove) the “max-height” attribute. Alexander Author Posts Viewing 3 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In