Ensure textarea is always clickable for text stories

Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2024-02-28 16:21:10 -06:00 committed by GitHub
parent 274fbc4444
commit 436584742a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {