Fix: enforce the overflow hidden rule on pdf editor thumbnails (#13976)

This commit is contained in:
shamoon
2026-09-04 14:08:09 -07:00
committed by GitHub
parent 59e8ebd42c
commit b24f2cbfa7
@@ -22,7 +22,7 @@
}
::ng-deep .pngx-pdf-viewer-container {
overflow: hidden;
overflow: hidden !important;
}
.hover-actions {