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 @@
+ + +