mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-22 10:55:15 -04:00
[HTML] Prevent click events on elements inside referenced message
Closes #545
This commit is contained in:
parent
88c4330a66
commit
e9c3872701
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue