javascript - Always keep caret in the vertical middle of a textarea -


is possible keep caret in vertical middle of textarea.

live example focus mode of ia writer : when in mode, caret in vertical middle, , create new line, textarea scrolls little keep caret in middle.

i guess should done js, , it's fine me.

try playing css line-height

.something {     font-size: 16px;     line-height: 18px; } 

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -