Comment on Show HN: Distraction Free Reader/WriterparentComments−_kushagraOP13yDo you have localStorage disabled?−Scryptonite13yNope.EDIT: From what I can tell, the textarea is over the div.settingsAdd a z-index to your .settings rule.eg: .settings { z-index: 99; }
Comments
Do you have localStorage disabled?
Nope.
EDIT: From what I can tell, the textarea is over the div.settings
Add a z-index to your .settings rule.
eg: