Ensure textarea is always clickable for text stories

This commit is contained in:
trevor-signal
2024-02-28 15:34:44 -05:00
committed by GitHub
parent 5fe52855ea
commit 47272bef7d

View File

@@ -49,6 +49,9 @@
&:disabled {
color: inherit;
cursor: inherit;
// By disabling pointer-events, we prevent the disabled textarea from swallowing
// all click events
pointer-events: none;
}
&:focus {