+
+
![]()
-
-
-
Hintergrund-PDF aktiv
sichtbar in der PDF-Vorschau
+
+
+
Hintergrund-PDF wird geladen…
@@ -280,6 +362,7 @@ onMounted(load)
QR
Logo
+
@@ -377,7 +460,10 @@ onMounted(load)
.bg-note small { font-size: 10px; }
.stage { background: #ececec; border-radius: var(--radius); padding: 1.5rem; display: flex; flex-direction: column; align-items: center; overflow-x: auto; }
.bleed { position: relative; background: #fbe9da; box-shadow: var(--shadow-sm); }
-.trim { position: absolute; background: #fff; overflow: hidden; }
+.bg-img { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
+.trim { position: absolute; background: #fff; overflow: hidden; z-index: 1; }
+.trim.transparent { background: transparent; }
+.handle { position: absolute; right: -5px; bottom: -5px; width: 10px; height: 10px; background: var(--psc-orange); border: 2px solid #fff; border-radius: 2px; cursor: nwse-resize; z-index: 5; }
.safe { position: absolute; border: 1px dashed #c9c9c9; pointer-events: none; }
.el { position: absolute; cursor: move; user-select: none; }
.el.sel { outline: 2px solid var(--psc-orange); outline-offset: 1px; }