This commit is contained in:
shocknet-justin 2025-10-09 21:51:55 -04:00
parent 0683f707cd
commit 5083ef40e1
2 changed files with 18 additions and 1 deletions

View file

@ -34,6 +34,8 @@
-ms-user-select: text !important;
user-select: text !important;
pointer-events: auto !important;
position: relative; /* Ensure z-index is respected */
z-index: 10; /* Bring to the front */
}
.qrcode-box { cursor: pointer; }
.qrcode-box.revealed { cursor: default; }