mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-05 09:25:03 +00:00
Fix: enforce the overflow hidden rule on pdf editor thumbnails (#13976)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
}
|
||||
|
||||
::ng-deep .pngx-pdf-viewer-container {
|
||||
overflow: hidden;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.hover-actions {
|
||||
|
||||
Reference in New Issue
Block a user