From 355485a2c811e1e6885329ef6811afdac8506a8d 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;