I have this sample code below. It works as I expect in Firefox, but in Chrome when I type something in the textarea, the textarea goes on bottom of the page. I'd like it to be kept in always the same place (when typing too). So it works as expected in Firefox, but works differently in Chrome..
<p>dssdfdsdsfhellow sd dsd fd fs<br /> <br /> dfsdfsdf sdf</p>
<p>sd</p>
<p>sd</p>
<p> </p>
<p>sd</p>
<p>sd</p>
<p>sd</p>
<p> </p>
<p>sd</p>
<p>sd</p>
<p>ds</p>
<p> </p>
<p>sd</p>
<p>sd</p>
<p>sd</p>
<p>sd</p>
<p> </p>
<p>sdf</p>
<p>sdf</p>
<p>sd</p>
<p>fsd</p>
<p> </p>
<p>sd</p>
<p>sd</p>
<p>ds</p>
<p> </p>
<p>sd</p>
<p>sd</p>
<p>sd</p>
<p>sd</p>
<p>sd</p>
<p>sd</p>
<p>sd</p>
<p>sd</p>
<p>sd</p>
<p>sd</p>
<p> </p>
<p>sdf</p>
<p>ds</p>
<p>dsf</p>
<p>sd</p>
<p>sd</p>
<p> </p>
<p>sd</p>
<p>sd</p>
<p>sd</p>
<p>sd</p>
<p>f<br /><br /> dfs<br />
<form style="position: sticky; bottom: 0;">
<textarea></textarea>
</form>