Skip to content

Commit fca19d7

Browse files
committed
fix: allow scrolling in InlineDocumentCard iframe preview
Remove pointer-events:none from .inline-document-frame so users can scroll inside the 240px iframe preview to inspect document content. Change-Id: I6288215632c55aeb2b61315d9d219dbd22c55e30 Co-developed-by: Qoder CLI <noreply@qoder.com>
1 parent 511f1a0 commit fca19d7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/webui/src/app/desktop.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5280,7 +5280,6 @@ dialog.case-modal-overlay {
52805280
width: 100%;
52815281
height: 240px;
52825282
border: 0;
5283-
pointer-events: none;
52845283
}
52855284

52865285
/* ── Lightbox (fullscreen media preview) ── */

0 commit comments

Comments
 (0)