EDIT: From what I can tell, the textarea is over the div.settings
Add a z-index to your .settings rule.
eg:
.settings { z-index: 99; }