From b1cdc76eeca5687b3c799fea4c8b0ddea3ef15b2 Mon Sep 17 00:00:00 2001 From: Scroogey-SN Date: Mon, 3 Mar 2025 18:47:54 +0000 Subject: [PATCH] fix #1167: allow pointer events in linkBoxParent pre for scrollbar (#1930) Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com> --- components/link-to-context.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/link-to-context.module.css b/components/link-to-context.module.css index 3ed3dab6..0d278f2e 100644 --- a/components/link-to-context.module.css +++ b/components/link-to-context.module.css @@ -31,6 +31,7 @@ .linkBoxParent input, .linkBoxParent iframe, .linkBoxParent video, +.linkBoxParent pre, .linkBoxParent img { pointer-events: auto !important; -} \ No newline at end of file +}