fix #1167: allow pointer events in linkBoxParent pre for scrollbar (#1930)

Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
This commit is contained in:
Scroogey-SN 2025-03-03 18:47:54 +00:00 committed by GitHub
parent 27104302d5
commit b1cdc76eec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,7 @@
.linkBoxParent input,
.linkBoxParent iframe,
.linkBoxParent video,
.linkBoxParent pre,
.linkBoxParent img {
pointer-events: auto !important;
}