diff --git a/web/styles/message_row.css b/web/styles/message_row.css index 7c1ca4b5d0..8c00ecefff 100644 --- a/web/styles/message_row.css +++ b/web/styles/message_row.css @@ -816,6 +816,10 @@ of the base style defined for a read-only textarea in dark mode. */ width: 40px; height: 5px; + /* Avoid this animation element blocking clicks on .edit-notifications + to display the message's edit history. */ + pointer-events: none; + .y-animated-dot { width: 4px; height: 4px;