diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index 7155f7e00e..497cfba583 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -390,6 +390,10 @@ li, left: -5px; margin-top: -24px; display: block; + /* The z-index here ensures that the copy-message + icon is clickable and is needed because of reduced + opacity of readonly textarea */ + z-index: 2; } #clipboard_image {