Hacker News new | ask | show | jobs
by Scryptonite 4776 days ago
Nope.

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;
    }