From 855b128213e5408ba3f3b6cb5d415c8413298dd2 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:27:23 -0700 Subject: [PATCH] Update pdf-editor.component.scss --- .../components/common/pdf-editor/pdf-editor.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.scss b/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.scss index f25b9bb50..c2e29463b 100644 --- a/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.scss +++ b/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.scss @@ -21,6 +21,10 @@ } } +::ng-deep .ng2-pdf-viewer-container { + overflow: hidden; +} + .hover-actions { position: absolute; top: 0;