mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
[HTML] Prevent click events on elements inside referenced message
Closes #545
This commit is contained in:
parent
88c4330a66
commit
e9c3872701
|
|
@ -249,6 +249,7 @@ img {
|
|||
|
||||
.chatlog__reference-content > * {
|
||||
display: inline;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.chatlog__reference-content > a:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue