Fix: allow pointer events for pdf links in pngx viewer (#14264)

This commit is contained in:
shamoon
2026-09-25 18:35:21 -07:00
committed by GitHub
parent 4f777d7438
commit d4429c3cc7
@@ -162,3 +162,7 @@
opacity: 0;
}
}
:host ::ng-deep .textLayer.selecting ~ .annotationLayer section {
pointer-events: none;
}