When I type words in a textarea input field, the cursor seems to be taller than it should be (as shown below). What is causing this issue and is there a way to make it as tall as the words with a font size of 38px?
Here is the code snippet:
<textarea name="quotes" cols="40" rows="10" placeholder="What`s your quotes?" style="height:100px;width:99%;overflow:auto;border:1px solid silver;font-size:38px;" keynav:shortcut="10"></textarea>
Below is an illustration of the issue:
I am using the Chrome browser. Any assistance in resolving this problem would be greatly appreciated.