mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-22 22:18:24 +00:00
[HTML] Prevent click events on elements inside referenced message
Closes #545
This commit is contained in:
@@ -249,6 +249,7 @@ img {
|
|||||||
|
|
||||||
.chatlog__reference-content > * {
|
.chatlog__reference-content > * {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__reference-content > a:hover {
|
.chatlog__reference-content > a:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user