mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-26 11:20:31 +00:00
Fix: allow pointer events for pdf links in pngx viewer (#14264)
This commit is contained in:
@@ -162,3 +162,7 @@
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
:host ::ng-deep .textLayer.selecting ~ .annotationLayer section {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user