From e6013ebcbf19d5d002a139e735086e95aa78e9cd Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Sat, 1 Feb 2025 13:47:16 +0200 Subject: [PATCH] copy to word combined --- QRCode.html | 41 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 5 deletions(-) diff --git a/QRCode.html b/QRCode.html index 754344e..5e3addb 100644 --- a/QRCode.html +++ b/QRCode.html @@ -109,6 +109,11 @@ opacity: 1; } + /* Hidden canvas for combining QR and label */ + #combinedCanvas { + display: none; + } + @media (max-width: 600px) { body { padding: 10px; @@ -142,6 +147,9 @@
+ + +