From 579a43b9f471b8d6ee9af711ebe2c66994d4a63e Mon Sep 17 00:00:00 2001 From: Mqdd Date: Thu, 8 Jan 2026 15:55:35 +0700 Subject: fix duplicate watermark not showing --- fixco_custom/views/report_picking_list_new.xml | 39 +++++++++++++++----------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/fixco_custom/views/report_picking_list_new.xml b/fixco_custom/views/report_picking_list_new.xml index a91be31..448ca97 100644 --- a/fixco_custom/views/report_picking_list_new.xml +++ b/fixco_custom/views/report_picking_list_new.xml @@ -47,6 +47,25 @@ tfoot { display: table-footer-group; } + .page { + position: relative; + min-height: 100vh; + } + + .duplicate-watermark { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%) rotate(-30deg); + opacity: 0.15; + z-index: 0; + pointer-events: none; + } + + .duplicate-watermark img { + width: 400px; + } + @@ -61,25 +80,13 @@
- QR Code
-
- -
+
+ +

-- cgit v1.2.3