diff --git a/stylesheets/components/TextAttachment.scss b/stylesheets/components/TextAttachment.scss index fc10e892eabe..5dd5295d47a7 100644 --- a/stylesheets/components/TextAttachment.scss +++ b/stylesheets/components/TextAttachment.scss @@ -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 {