[HTML] Prevent click events on elements inside referenced message

Closes #545
This commit is contained in:
Tyrrrz 2021-06-19 20:17:36 +03:00
parent 88c4330a66
commit e9c3872701

View file

@ -249,6 +249,7 @@ img {
.chatlog__reference-content > * {
display: inline;
pointer-events: none;
}
.chatlog__reference-content > a:hover {