Ensure textarea is always clickable for text stories
This commit is contained in:
parent
5fe52855ea
commit
47272bef7d
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@
|
||||||
&:disabled {
|
&:disabled {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
cursor: inherit;
|
cursor: inherit;
|
||||||
|
// By disabling pointer-events, we prevent the disabled textarea from swallowing
|
||||||
|
// all click events
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
Loading…
Reference in a new issue