Got it. Indeed an issue in the default theme (Courtyard Style). I removed textarea from this section:
body,
button,
input,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 0;
}
Now all is working fine.
Thanks!